slight enhancements for the user agent stylesheet slightcss.devins.page
css stylesheet framework lightweight

chore: move color-scheme var to custom

+1 -1
+1 -1
slight.css
··· 15 15 16 16 :root { 17 17 /* customizable variables - you may change these as you wish */ 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 - 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 }