Spaces:
Runtime error
Runtime error
Update custom.css
Browse files- custom.css +5 -5
custom.css
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
|
2 |
-
background-color: black !important;
|
3 |
-
color:white !important;
|
4 |
-
}
|
5 |
:root {
|
6 |
--chatbot-color-light: #F3F3F3;
|
7 |
--chatbot-color-dark: #121111;
|
8 |
}
|
9 |
|
10 |
-
|
|
|
|
|
|
|
11 |
|
12 |
/* status_display */
|
13 |
#status_display {
|
|
|
1 |
+
|
|
|
|
|
|
|
2 |
:root {
|
3 |
--chatbot-color-light: #F3F3F3;
|
4 |
--chatbot-color-dark: #121111;
|
5 |
}
|
6 |
|
7 |
+
.gradio_container {
|
8 |
+
background-color: black;
|
9 |
+
color: white;
|
10 |
+
}
|
11 |
|
12 |
/* status_display */
|
13 |
#status_display {
|