···1/* ==userstyle==
2@name boilerplate for dev.css
3-@description a template that you can modify. mostly copied from dev.css defaults. removing lines will revert to the dev.css default, for example the font lines
4@namespace author
5@version 1.0.0
6@author author <author@example.com> (https://example.com)
···1112:root {
13 /* font families */
14- --dc-font: sans-serif;
15- --dc-font-mono: monospace;
01617 /* light/dark colors */
18 --dc-cs: light dark; /* light/dark scrollbars, inputs, etc */
···1/* ==userstyle==
2@name boilerplate for dev.css
3+@description a template that you can modify. copied from dev.css defaults. removing lines will revert to the dev.css default, for example the font lines
4@namespace author
5@version 1.0.0
6@author author <author@example.com> (https://example.com)
···1112:root {
13 /* font families */
14+ --dc-font: "Geist", "Inter", ui-sans-serif, system-ui, sans-serif;
15+ --dc-font-mono: "Geist Mono", ui-monospace, "Cascadia Code", "Source Code Pro",
16+ Menlo, Consolas, "DejaVu Sans Mono", monospace;
1718 /* light/dark colors */
19 --dc-cs: light dark; /* light/dark scrollbars, inputs, etc */