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