minor change

This commit is contained in:
daniel31x13
2023-11-24 12:39:54 -05:00
parent a8172a9dbe
commit cbd0ec6aa7
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -9,13 +9,11 @@
[data-theme="dark"] {
--my-color: #000;
color-scheme: dark;
color: white;
}
[data-theme="light"] {
--my-color: #ffabc8;
color-scheme: light;
color: black;
}
html,