Fix regression from adding color-scheme: light dark improperly at :root (html) rather than at body.

This commit is contained in:
Leo Vasanko
2025-12-10 18:47:56 +00:00
parent c89fc71ebb
commit b2eb5e5e36
+1 -1
View File
@@ -1,6 +1,5 @@
:root {
color-scheme: light dark;
--font-sans: "Inter", "Inter var", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", sans-serif;
--font-mono: "DM Mono", "JetBrains Mono", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", monospace;
--color-canvas: #f5f6f8;
@@ -80,6 +79,7 @@ html {
}
body {
color-scheme: light dark;
overflow: auto;
scrollbar-gutter: stable;
height: 100%;