Spaces:
Runtime error
Runtime error
Commit ·
8e2229f
1
Parent(s): 9466794
CSS color change dropdown box
Browse files
app.py
CHANGED
|
@@ -300,7 +300,7 @@ body {
|
|
| 300 |
/* Input and Dropdown styling */
|
| 301 |
input, select, .gr-input, .gr-slider {
|
| 302 |
background-color: #302d2b;
|
| 303 |
-
color: #
|
| 304 |
border: 2px solid #8b4513;
|
| 305 |
border-radius: 5px;
|
| 306 |
padding: 8px 12px;
|
|
|
|
| 300 |
/* Input and Dropdown styling */
|
| 301 |
input, select, .gr-input, .gr-slider {
|
| 302 |
background-color: #302d2b;
|
| 303 |
+
color: #b59e54;
|
| 304 |
border: 2px solid #8b4513;
|
| 305 |
border-radius: 5px;
|
| 306 |
padding: 8px 12px;
|