alexkueck commited on
Commit
14a5fcc
1 Parent(s): e48d3ff

Update custom.css

Browse files
Files changed (1) hide show
  1. 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
- body{
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 {