minor fix

This commit is contained in:
daniel31x13 2023-11-24 08:07:08 -05:00
parent 3afd5fef6e
commit 14f9378375

View File

@ -9,15 +9,16 @@
[data-theme="dark"] { [data-theme="dark"] {
--my-color: #000; --my-color: #000;
color-scheme: dark;
} }
[data-theme="light"] { [data-theme="light"] {
--my-color: #ffabc8; --my-color: #ffabc8;
color-scheme: light;
} }
html, html,
body { body {
color-scheme: dark;
scroll-behavior: smooth; scroll-behavior: smooth;
} }