Put color-scheme CSS property in root
This commit is contained in:
parent
486db71f5f
commit
fa2afcb8f5
@ -1,6 +1,6 @@
|
||||
html { color-scheme: light dark; }
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
--clr-body-bg: light-dark(#e4e3e3, #141414);
|
||||
--clr-body-txt: light-dark(#141414, #fff);
|
||||
--clr-content-bg: light-dark(#ffffff, #242424);
|
||||
|
Loading…
x
Reference in New Issue
Block a user