Wendyy commited on
Commit
57e1606
·
1 Parent(s): 232abe6

Update assets/custom.css

Browse files
Files changed (1) hide show
  1. assets/custom.css +6 -4
assets/custom.css CHANGED
@@ -99,11 +99,13 @@ ol:not(.options), ul:not(.options) {
99
  background-color: var(--chatbot-color-light) !important;
100
  color: #000000 !important;
101
  }
102
- [data-testid = "bot"] {
103
- background-color: #FFFFFF !important;
104
- }
105
  [data-testid = "user"] {
106
- background-color: #95EC69 !important;
 
 
 
 
 
107
  }
108
  }
109
  /* 暗色 */
 
99
  background-color: var(--chatbot-color-light) !important;
100
  color: #000000 !important;
101
  }
 
 
 
102
  [data-testid = "user"] {
103
+ background-color: #F2F2F2 !important;
104
+ border-color: #C0C0C0 !important;
105
+ }
106
+ [data-testid = "bot"] {
107
+ background-color: #E5F5F6 !important;
108
+ border-color: #00B0B9 !important;
109
  }
110
  }
111
  /* 暗色 */