Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -303,6 +303,22 @@ css = """
|
|
303 |
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
|
304 |
}
|
305 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
#title-header {
|
307 |
background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
|
308 |
color: white;
|
|
|
303 |
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
|
304 |
}
|
305 |
|
306 |
+
.gr-markdown p, .gr-markdown div, .gr-markdown span, .gr-markdown li {
|
307 |
+
color: #1e293b !important;
|
308 |
+
}
|
309 |
+
|
310 |
+
.gr-markdown h1, .gr-markdown h2, .gr-markdown h3, .gr-markdown h4, .gr-markdown h5, .gr-markdown h6 {
|
311 |
+
color: #1e293b !important;
|
312 |
+
}
|
313 |
+
|
314 |
+
.gr-markdown strong {
|
315 |
+
color: #374151 !important;
|
316 |
+
}
|
317 |
+
|
318 |
+
#analysis-results * {
|
319 |
+
color: #1e293b !important;
|
320 |
+
}
|
321 |
+
|
322 |
#title-header {
|
323 |
background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
|
324 |
color: white;
|