Skip to content

Commit 47d9397

Browse files
committed
Always use dark mode styling.
1 parent 749dc80 commit 47d9397

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

demos/nextjs-supabase-todolist/src/app/globals.css

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
:root {
2-
--foreground-rgb: 0, 0, 0;
3-
--background-start-rgb: 214, 219, 220;
4-
--background-end-rgb: 255, 255, 255;
5-
}
61

7-
@media (prefers-color-scheme: dark) {
8-
:root {
9-
--foreground-rgb: 255, 255, 255;
10-
--background-start-rgb: 0, 0, 0;
11-
--background-end-rgb: 0, 0, 0;
12-
}
2+
:root {
3+
--foreground-rgb: 255, 255, 255;
4+
--background-start-rgb: 0, 0, 0;
5+
--background-end-rgb: 0, 0, 0;
136
}
147

158
body {

0 commit comments

Comments
 (0)