Spaces:
Sleeping
Sleeping
"Update background color of input, gr-button, and gr-box from #333 to #2e2e2e"
Browse files- src/utils.py +1 -1
src/utils.py
CHANGED
@@ -17,7 +17,7 @@ css="""
|
|
17 |
}
|
18 |
|
19 |
input, .gr-button, .gr-box {
|
20 |
-
background-color: #
|
21 |
color: white !important;
|
22 |
}
|
23 |
.container {
|
|
|
17 |
}
|
18 |
|
19 |
input, .gr-button, .gr-box {
|
20 |
+
background-color: #2e2e2e !important;
|
21 |
color: white !important;
|
22 |
}
|
23 |
.container {
|