We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749dc80 commit 47d9397Copy full SHA for 47d9397
demos/nextjs-supabase-todolist/src/app/globals.css
@@ -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
-}
6
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
- }
+:root {
+ --foreground-rgb: 255, 255, 255;
+ --background-start-rgb: 0, 0, 0;
+ --background-end-rgb: 0, 0, 0;
13
}
14
15
body {
0 commit comments