Srushti Honnenahalli commited on
Commit
534a7ed
·
1 Parent(s): b2a00bf

update ai chat bubble background

Browse files
Files changed (1) hide show
  1. theme.py +1 -1
theme.py CHANGED
@@ -191,7 +191,7 @@ CUSTOM_CSS = """
191
  }
192
  /* Assistant bubble */
193
  #chatbot .message.bot {
194
- background: rgba(40, 44, 66, 0.9) !important;
195
  border: 1px solid rgba(102, 126, 234, 0.3) !important;
196
  color: #c8c8d8 !important;
197
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.25);
 
191
  }
192
  /* Assistant bubble */
193
  #chatbot .message.bot {
194
+ background: rgba(40, 44, 66, 0.85) !important;
195
  border: 1px solid rgba(102, 126, 234, 0.3) !important;
196
  color: #c8c8d8 !important;
197
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.25);