Put color-scheme CSS property in root
This commit is contained in:
parent
b0ea2c5ee4
commit
6618eca772
|
@ -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…
Reference in New Issue