alexkueck commited on
Commit
e3f2b3a
1 Parent(s): 01346e3

Update custom.css

Browse files
Files changed (1) hide show
  1. custom.css +4 -4
custom.css CHANGED
@@ -1,6 +1,6 @@
1
  :root {
2
- --chatbot-color-light: #FF3578;
3
- --chatbot-color-dark: #831EFA;
4
  }
5
 
6
  /* status_display */
@@ -43,7 +43,7 @@ ol:not(.options), ul:not(.options) {
43
  background-color: #FFFFFF !important;
44
  }
45
  [data-testid = "user"] {
46
- background-color: #95EC69 !important;
47
  }
48
 
49
  /* Dark mode */
@@ -55,7 +55,7 @@ ol:not(.options), ul:not(.options) {
55
  background-color: #2C2C2C !important;
56
  }
57
  .dark [data-testid = "user"] {
58
- background-color: #26B561 !important;
59
  }
60
 
61
  #chuanhu_chatbot {
 
1
  :root {
2
+ --chatbot-color-light: #F3F3F3;
3
+ --chatbot-color-dark: #121111;
4
  }
5
 
6
  /* status_display */
 
43
  background-color: #FFFFFF !important;
44
  }
45
  [data-testid = "user"] {
46
+ background-color: #7B68EE !important;
47
  }
48
 
49
  /* Dark mode */
 
55
  background-color: #2C2C2C !important;
56
  }
57
  .dark [data-testid = "user"] {
58
+ background-color: #7B68EE !important;
59
  }
60
 
61
  #chuanhu_chatbot {