style: add color-scheme for light and dark themes

This commit is contained in:
2026-06-05 16:23:50 +02:00
parent 9587dd5a71
commit 97623aad4d

View File

@@ -57,6 +57,14 @@
--radius: 0px;
}
html[data-theme="light"] {
color-scheme: light;
}
html[data-theme="dark"] {
color-scheme: dark;
}
html,
body {
background-color: var(--color-background);