JohnSmith9982 commited on
Commit
11ddf78
1 Parent(s): a396ed2

Update custom.css

Browse files
Files changed (1) hide show
  1. custom.css +0 -24
custom.css CHANGED
@@ -16,30 +16,6 @@
16
  --bg-color-dark: #121111;
17
  }
18
 
19
- @media (prefers-color-scheme: light) {
20
- #chuanhu_chatbot {
21
- background-color: var(--bg-color-light) !important;
22
- }
23
- [data-testid = "bot"] {
24
- background-color: #FFFFFF !important;
25
- }
26
- [data-testid = "user"] {
27
- background-color: #95EC69 !important;
28
- }
29
- }
30
-
31
- @media (prefers-color-scheme: dark) {
32
- #chuanhu_chatbot {
33
- background-color: var(--bg-color-dark) !important;
34
- }
35
- [data-testid = "bot"] {
36
- background-color: #2C2C2C !important;
37
- }
38
- [data-testid = "user"] {
39
- background-color: #26B561 !important;
40
- }
41
- }
42
-
43
  /* 对话气泡 */
44
  [class *= "message"] {
45
  border-radius: var(--radius-xl) !important;
 
16
  --bg-color-dark: #121111;
17
  }
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  /* 对话气泡 */
20
  [class *= "message"] {
21
  border-radius: var(--radius-xl) !important;