Spaces:
Running
on
Zero
Running
on
Zero
Jordan Legg
commited on
Commit
·
b4cdd87
1
Parent(s):
3f3ef12
much better legibility
Browse files
app.py
CHANGED
|
@@ -146,13 +146,12 @@ gradio-app {
|
|
| 146 |
background: none !important;
|
| 147 |
}
|
| 148 |
|
| 149 |
-
.
|
| 150 |
-
color: white
|
| 151 |
}
|
| 152 |
|
| 153 |
-
|
| 154 |
-
|
| 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 {
|