alexkueck commited on
Commit
a6905ea
1 Parent(s): 785d30a

Update custom.css

Browse files
Files changed (1) hide show
  1. custom.css +2 -2
custom.css CHANGED
@@ -34,9 +34,9 @@ ol:not(.options), ul:not(.options) {
34
  }
35
 
36
  /* Thank @Keldos-Li for fixing it */
37
- /* Light mode (default) */
38
  #chuanhu_chatbot {
39
- background-color: var(--chatbot-color-light) !important;
40
  color: #000000 !important;
41
  }
42
  [data-testid = "bot"] {
 
34
  }
35
 
36
  /* Thank @Keldos-Li for fixing it */
37
+ /* Light mode (default) : light*/
38
  #chuanhu_chatbot {
39
+ background-color: var(--chatbot-color-dark) !important;
40
  color: #000000 !important;
41
  }
42
  [data-testid = "bot"] {