Update app.py
Browse files
app.py
CHANGED
|
@@ -460,11 +460,11 @@ with gr.Blocks(theme=theme, title="Kwekel Companies Contact Search Tool", css=""
|
|
| 460 |
|
| 461 |
/* Form and block styles */
|
| 462 |
.gr-form, .gr-form * {
|
| 463 |
-
color: #
|
| 464 |
}
|
| 465 |
|
| 466 |
.gr-block, .gr-block * {
|
| 467 |
-
color: #
|
| 468 |
}
|
| 469 |
|
| 470 |
/* Panel and container styles */
|
|
@@ -491,7 +491,7 @@ with gr.Blocks(theme=theme, title="Kwekel Companies Contact Search Tool", css=""
|
|
| 491 |
.gr-textbox-label,
|
| 492 |
.gr-markdown-label,
|
| 493 |
.gr-code-label {
|
| 494 |
-
color: #
|
| 495 |
}
|
| 496 |
|
| 497 |
/* Override any remaining dark text */
|
|
|
|
| 460 |
|
| 461 |
/* Form and block styles */
|
| 462 |
.gr-form, .gr-form * {
|
| 463 |
+
color: #2d2d2d !important;
|
| 464 |
}
|
| 465 |
|
| 466 |
.gr-block, .gr-block * {
|
| 467 |
+
color: #2d2d2d !important;
|
| 468 |
}
|
| 469 |
|
| 470 |
/* Panel and container styles */
|
|
|
|
| 491 |
.gr-textbox-label,
|
| 492 |
.gr-markdown-label,
|
| 493 |
.gr-code-label {
|
| 494 |
+
color: #2d2d2d !important;
|
| 495 |
}
|
| 496 |
|
| 497 |
/* Override any remaining dark text */
|