Spaces:
Running
Running
set dark bg
Browse files- style/globals.css +8 -8
style/globals.css
CHANGED
|
@@ -2,19 +2,19 @@
|
|
| 2 |
@tailwind components;
|
| 3 |
@tailwind utilities;
|
| 4 |
|
| 5 |
-
:root {
|
| 6 |
--foreground-rgb: 0, 0, 0;
|
| 7 |
--background-start-rgb: 214, 219, 220;
|
| 8 |
--background-end-rgb: 255, 255, 255;
|
| 9 |
-
}
|
| 10 |
|
| 11 |
-
|
| 12 |
-
:
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
--background-end-rgb: 0, 0, 0;
|
| 16 |
-
}
|
| 17 |
}
|
|
|
|
|
|
|
| 18 |
|
| 19 |
body {
|
| 20 |
color: rgb(var(--foreground-rgb));
|
|
|
|
| 2 |
@tailwind components;
|
| 3 |
@tailwind utilities;
|
| 4 |
|
| 5 |
+
/* :root {
|
| 6 |
--foreground-rgb: 0, 0, 0;
|
| 7 |
--background-start-rgb: 214, 219, 220;
|
| 8 |
--background-end-rgb: 255, 255, 255;
|
| 9 |
+
} */
|
| 10 |
|
| 11 |
+
:root {
|
| 12 |
+
--foreground-rgb: 255, 255, 255;
|
| 13 |
+
--background-start-rgb: 0, 0, 0;
|
| 14 |
+
--background-end-rgb: 0, 0, 0;
|
|
|
|
|
|
|
| 15 |
}
|
| 16 |
+
/* @media (prefers-color-scheme: dark) {
|
| 17 |
+
} */
|
| 18 |
|
| 19 |
body {
|
| 20 |
color: rgb(var(--foreground-rgb));
|