enzostvs HF staff commited on
Commit
9c2db8d
1 Parent(s): c2cb2b8

set dark bg

Browse files
Files changed (1) hide show
  1. 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
- @media (prefers-color-scheme: dark) {
12
- :root {
13
- --foreground-rgb: 255, 255, 255;
14
- --background-start-rgb: 0, 0, 0;
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));