chansung commited on
Commit
6210b14
1 Parent(s): bb56a55

Update styles.py

Browse files
Files changed (1) hide show
  1. styles.py +4 -0
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) {