Spaces:
Runtime error
Runtime error
Update custom.css
Browse files- custom.css +4 -4
custom.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
:root {
|
2 |
-
--chatbot-color-light: #
|
3 |
-
--chatbot-color-dark: #
|
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: #
|
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: #
|
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 {
|