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