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

Update styles.py

Browse files
Files changed (1) hide show
  1. styles.py +1 -1
styles.py CHANGED
@@ -24,7 +24,7 @@ MODEL_SELECTION_CSS = """
24
  background: snow !important;
25
 
26
  @media (prefers-color-scheme: dark) {
27
- background-color: #0b0f19 !important;
28
  }
29
  }
30
 
 
24
  background: snow !important;
25
 
26
  @media (prefers-color-scheme: dark) {
27
+ background: #0b0f19 !important;
28
  }
29
  }
30