Skip to content

Commit 4d9cb2b

Browse files
committed
fix: add default theme for no-js users
1 parent 2273d3b commit 4d9cb2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/assets/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
box-sizing: border-box;
66
}
77

8+
:root:not([data-theme='light']),
89
:root[data-theme='dark'] {
910
/* background colors */
1011
--bg: var(--bg-color, oklch(0.145 0 0));

0 commit comments

Comments
 (0)