Update custom.css
Browse files- 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-
|
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"] {
|