Spaces:
Running
Running
Fix footer dark mode contrast
Browse files
app.py
CHANGED
|
@@ -911,6 +911,18 @@ CSS = """
|
|
| 911 |
color: #f8fafc !important;
|
| 912 |
opacity: 1 !important;
|
| 913 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 914 |
.main-shell {
|
| 915 |
border: 1px solid var(--line);
|
| 916 |
border-radius: 8px;
|
|
|
|
| 911 |
color: #f8fafc !important;
|
| 912 |
opacity: 1 !important;
|
| 913 |
}
|
| 914 |
+
.gradio-container footer,
|
| 915 |
+
.gradio-container footer *,
|
| 916 |
+
.gradio-container footer button,
|
| 917 |
+
.gradio-container footer a {
|
| 918 |
+
background: #0b1220 !important;
|
| 919 |
+
color: #e5efff !important;
|
| 920 |
+
-webkit-text-fill-color: #e5efff !important;
|
| 921 |
+
opacity: 1 !important;
|
| 922 |
+
}
|
| 923 |
+
.gradio-container footer img {
|
| 924 |
+
background: transparent !important;
|
| 925 |
+
}
|
| 926 |
.main-shell {
|
| 927 |
border: 1px solid var(--line);
|
| 928 |
border-radius: 8px;
|