Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -271,7 +271,8 @@ html.dark .content-card {
|
|
271 |
}
|
272 |
|
273 |
div[class*="gradio-container"] .prose * {
|
274 |
-
color: #000;
|
|
|
275 |
}
|
276 |
|
277 |
"""
|
|
|
271 |
}
|
272 |
|
273 |
div[class*="gradio-container"] .prose * {
|
274 |
+
color: #000 !important;
|
275 |
+
background-color: #fff !important;
|
276 |
}
|
277 |
|
278 |
"""
|