Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -28,6 +28,10 @@ p {
|
|
28 |
}
|
29 |
|
30 |
:root {
|
|
|
|
|
|
|
|
|
31 |
color-scheme: only light;
|
32 |
}
|
33 |
|
@@ -41,4 +45,4 @@ p {
|
|
41 |
body {
|
42 |
background: #fff;
|
43 |
}
|
44 |
-
}
|
|
|
28 |
}
|
29 |
|
30 |
:root {
|
31 |
+
color-scheme: light only;
|
32 |
+
}
|
33 |
+
|
34 |
+
/* :root {
|
35 |
color-scheme: only light;
|
36 |
}
|
37 |
|
|
|
45 |
body {
|
46 |
background: #fff;
|
47 |
}
|
48 |
+
} */
|