Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix dark mode bg (#3)
Browse files- fix dark mode bg (b515453fc406cfbbecd31bc55c111bc9187852f4)
Co-authored-by: Victor M <[email protected]>
- detector/index.html +1 -0
detector/index.html
CHANGED
|
@@ -11,6 +11,7 @@
|
|
| 11 |
body {
|
| 12 |
font-family: sans-serif;
|
| 13 |
margin: 0;
|
|
|
|
| 14 |
}
|
| 15 |
|
| 16 |
h1 {
|
|
|
|
| 11 |
body {
|
| 12 |
font-family: sans-serif;
|
| 13 |
margin: 0;
|
| 14 |
+
background: #ffffff;
|
| 15 |
}
|
| 16 |
|
| 17 |
h1 {
|