···1/* ==userstyle==
2@name boilerplate-auto for dev.css
3-@description a template that you can modify, but with two color schemes for light/dark mode. copied from dev.css defaults. you can remove lines that you want to keep as the dev.css default, such as 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", system-ui, "Segoe UI", Roboto, Helvetica, Arial,
15- sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
16 --dc-font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Consolas,
17 "Liberation Mono", Menlo, monospace;
18
···1/* ==userstyle==
2@name boilerplate-auto for dev.css
3+@description a template that you can modify, but with two color schemes for light/dark mode. copied from dev.css defaults. remove lines that you want to keep as the dev.css default, such as 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", system-ui, "Segoe UI Variable Text", "Segoe UI",
15+ Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
16 --dc-font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Consolas,
17 "Liberation Mono", Menlo, monospace;
18
+3-3
theme/boilerplate.user.css
···1/* ==userstyle==
2@name boilerplate for dev.css
3-@description a template that you can modify. copied from dev.css defaults. you can remove lines that you want to keep as the dev.css default, such as 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", system-ui, "Segoe UI", Roboto, Helvetica, Arial,
15- sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
16 --dc-font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Consolas,
17 "Liberation Mono", Menlo, monospace;
18
···1/* ==userstyle==
2@name boilerplate for dev.css
3+@description a template that you can modify. copied from dev.css defaults. remove lines that you want to keep as the dev.css default, such as 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", system-ui, "Segoe UI Variable Text", "Segoe UI",
15+ Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
16 --dc-font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Consolas,
17 "Liberation Mono", Menlo, monospace;
18