Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -1721,6 +1721,19 @@ def create_demo():
|
|
| 1721 |
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.05) !important;
|
| 1722 |
}
|
| 1723 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1724 |
/* ββ GLOBAL TEXT OVERRIDES (Dark Theme) ββ */
|
| 1725 |
/* Force ALL text to be light on dark background */
|
| 1726 |
.gradio-container,
|
|
|
|
| 1721 |
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.05) !important;
|
| 1722 |
}
|
| 1723 |
|
| 1724 |
+
/* ββ GLOBAL BACKGROUND OVERRIDES (Dark Theme) ββ */
|
| 1725 |
+
/* Force label pills to be transparent so white text isn't invisible */
|
| 1726 |
+
.gradio-container label,
|
| 1727 |
+
.gradio-container .label-wrap,
|
| 1728 |
+
.gradio-container .block label,
|
| 1729 |
+
.gradio-container .block-info,
|
| 1730 |
+
.gradio-container .block-title {
|
| 1731 |
+
background: transparent !important;
|
| 1732 |
+
background-color: transparent !important;
|
| 1733 |
+
border: none !important;
|
| 1734 |
+
box-shadow: none !important;
|
| 1735 |
+
}
|
| 1736 |
+
|
| 1737 |
/* ββ GLOBAL TEXT OVERRIDES (Dark Theme) ββ */
|
| 1738 |
/* Force ALL text to be light on dark background */
|
| 1739 |
.gradio-container,
|