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