chansung commited on
Commit
be1fea1
1 Parent(s): 48daa1e

Update styles.py

Browse files
Files changed (1) hide show
  1. styles.py +2 -2
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 !important;
25
 
26
  @media (prefers-color-scheme: dark) {
27
- background: #0b0f19 !important;
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