minor change
This commit is contained in:
parent
14f9378375
commit
73954fe78e
|
@ -4,17 +4,18 @@
|
|||
|
||||
:root {
|
||||
--my-color: #fff;
|
||||
/* or any other variables/style */
|
||||
}
|
||||
|
||||
[data-theme="dark"] {
|
||||
--my-color: #000;
|
||||
color-scheme: dark;
|
||||
color: white;
|
||||
}
|
||||
|
||||
[data-theme="light"] {
|
||||
--my-color: #ffabc8;
|
||||
color-scheme: light;
|
||||
color: black;
|
||||
}
|
||||
|
||||
html,
|
||||
|
|
Ŝarĝante…
Reference in New Issue