ZhouChuYue
commited on
Commit
·
bcfc941
1
Parent(s):
028a7af
fix: remove global light text override to allow black labels
Browse files
app.py
CHANGED
|
@@ -192,10 +192,6 @@ body {
|
|
| 192 |
max-width: 1200px !important;
|
| 193 |
}
|
| 194 |
|
| 195 |
-
/* Force all text to be light by default to combat Gradio's light theme defaults */
|
| 196 |
-
.gradio-container * {
|
| 197 |
-
color: var(--text-light);
|
| 198 |
-
}
|
| 199 |
|
| 200 |
/* Title & Header */
|
| 201 |
.main-title {
|
|
|
|
| 192 |
max-width: 1200px !important;
|
| 193 |
}
|
| 194 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 195 |
|
| 196 |
/* Title & Header */
|
| 197 |
.main-title {
|