Spaces:
Sleeping
Sleeping
Srushti Honnenahalli commited on
Commit Β·
c5cff70
1
Parent(s): ed931f1
update chat theme
Browse files
theme.py
CHANGED
|
@@ -182,6 +182,19 @@ CUSTOM_CSS = """
|
|
| 182 |
border-radius: 14px !important;
|
| 183 |
padding: 14px 18px !important;
|
| 184 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 185 |
|
| 186 |
/* ββ Cards ββ */
|
| 187 |
.source-card {
|
|
|
|
| 182 |
border-radius: 14px !important;
|
| 183 |
padding: 14px 18px !important;
|
| 184 |
}
|
| 185 |
+
/* User bubble */
|
| 186 |
+
#chatbot .message.user {
|
| 187 |
+
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
|
| 188 |
+
color: white !important;
|
| 189 |
+
border: none !important;
|
| 190 |
+
box-shadow: 0 4px 14px rgba(102,126,234,0.25);
|
| 191 |
+
}
|
| 192 |
+
/* Assistant bubble */
|
| 193 |
+
#chatbot .message.bot {
|
| 194 |
+
background: rgba(255,255,255,0.035) !important;
|
| 195 |
+
border: 1px solid rgba(255,255,255,0.06) !important;
|
| 196 |
+
color: #e0e0f0 !important;
|
| 197 |
+
}
|
| 198 |
|
| 199 |
/* ββ Cards ββ */
|
| 200 |
.source-card {
|