Jordan Legg commited on
Commit
b4cdd87
·
1 Parent(s): 3f3ef12

much better legibility

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -146,13 +146,12 @@ gradio-app {
146
  background: none !important;
147
  }
148
 
149
- .md h1 {
150
- color: white !important;
151
  }
152
 
153
-
154
- .gradio-container {
155
- background-color: transparent;
156
  }
157
 
158
  #col-container {
 
146
  background: none !important;
147
  }
148
 
149
+ .gradio-container {
150
+ background-color: white;
151
  }
152
 
153
+ .dark .gradio-container {
154
+ background-color: #121212;
 
155
  }
156
 
157
  #col-container {