Update app.py
Browse files
app.py
CHANGED
@@ -139,14 +139,16 @@ h1, h2, p {
|
|
139 |
color: #333 !important; /* Force dark color for examples and suggestions */
|
140 |
}
|
141 |
|
142 |
-
/*
|
143 |
-
.gradio-container .gr-examples-title,
|
144 |
-
|
|
|
145 |
}
|
146 |
|
147 |
-
/*
|
148 |
-
.gradio-container .gr-
|
149 |
-
|
|
|
150 |
}
|
151 |
|
152 |
/* For the example buttons as well */
|
|
|
139 |
color: #333 !important; /* Force dark color for examples and suggestions */
|
140 |
}
|
141 |
|
142 |
+
/* Force color for example title */
|
143 |
+
.gradio-container .gr-examples-title,
|
144 |
+
.gradio-container .gr-examples-btn {
|
145 |
+
color: #333 !important;
|
146 |
}
|
147 |
|
148 |
+
/* Make sure example suggestions also have the right color */
|
149 |
+
.gradio-container .gr-examples-btn,
|
150 |
+
.gradio-container .gr-suggestions li {
|
151 |
+
color: #333 !important;
|
152 |
}
|
153 |
|
154 |
/* For the example buttons as well */
|