tangled
alpha
login
or
join now
devins.page
/
slight.css
slight enhancements for the user agent stylesheet
slightcss.devins.page
css
stylesheet
framework
lightweight
1
fork
atom
overview
issues
pulls
pipelines
chore: move color-scheme var to custom
devins.page
9 months ago
4c8eae7c
1633eb0b
+1
-1
1 changed file
expand all
collapse all
unified
split
slight.css
+1
-1
slight.css
···
15
15
16
16
:root {
17
17
/* customizable variables - you may change these as you wish */
18
18
+
color-scheme: light dark;
18
19
--sc-font: system-ui, sans-serif;
19
20
--sc-font-mono: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo,
20
21
Consolas, "DejaVu Sans Mono", monospace;
21
22
/* unsafe variables - not recommended to customize, may be removed or changed in the future */
22
22
-
color-scheme: light dark;
23
23
--sc-emphasizebd: light-dark(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
24
24
--sc-emphasizebg: light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
25
25
}