Spaces:
Sleeping
Sleeping
Update styles.py
Browse files
styles.py
CHANGED
@@ -21,10 +21,10 @@ MODEL_SELECTION_CSS = """
|
|
21 |
#internet_option_radio {
|
22 |
text-align: center !important;
|
23 |
padding: 0px !important;
|
24 |
-
background: snow
|
25 |
|
26 |
@media (prefers-color-scheme: dark) {
|
27 |
-
background: #0b0f19
|
28 |
}
|
29 |
}
|
30 |
|
|
|
21 |
#internet_option_radio {
|
22 |
text-align: center !important;
|
23 |
padding: 0px !important;
|
24 |
+
background-color: snow;
|
25 |
|
26 |
@media (prefers-color-scheme: dark) {
|
27 |
+
background-color: #0b0f19;
|
28 |
}
|
29 |
}
|
30 |
|