Spaces:
Runtime error
Runtime error
Update custom.css
Browse files- custom.css +5 -0
custom.css
CHANGED
@@ -3,6 +3,11 @@
|
|
3 |
--chatbot-color-dark: #121111;
|
4 |
}
|
5 |
|
|
|
|
|
|
|
|
|
|
|
6 |
/* status_display */
|
7 |
#status_display {
|
8 |
display: flex;
|
|
|
3 |
--chatbot-color-dark: #121111;
|
4 |
}
|
5 |
|
6 |
+
body{
|
7 |
+
background-color: black;
|
8 |
+
color:white;
|
9 |
+
}
|
10 |
+
|
11 |
/* status_display */
|
12 |
#status_display {
|
13 |
display: flex;
|