Spaces:
Paused
Paused
Update static/styles.css
Browse files- static/styles.css +2 -1
static/styles.css
CHANGED
|
@@ -29,7 +29,8 @@
|
|
| 29 |
}
|
| 30 |
|
| 31 |
.assistant-message .stMarkdown {
|
| 32 |
-
background-color: #
|
|
|
|
| 33 |
border-radius: 15px;
|
| 34 |
padding: 10px;
|
| 35 |
max-width: 70%;
|
|
|
|
| 29 |
}
|
| 30 |
|
| 31 |
.assistant-message .stMarkdown {
|
| 32 |
+
background-color: #ffff99; /* Light Yellow background */
|
| 33 |
+
color: #ff0000;
|
| 34 |
border-radius: 15px;
|
| 35 |
padding: 10px;
|
| 36 |
max-width: 70%;
|