Spaces:
Build error
Build error
Update styles.css
Browse files- styles.css +2 -1
styles.css
CHANGED
@@ -22,7 +22,8 @@
|
|
22 |
|
23 |
.ai-bubble {
|
24 |
background: rgb(240, 242, 246);
|
25 |
-
border-radius: 10px
|
|
|
26 |
}
|
27 |
|
28 |
.human-bubble {
|
|
|
22 |
|
23 |
.ai-bubble {
|
24 |
background: rgb(240, 242, 246);
|
25 |
+
border-radius: 10px
|
26 |
+
color: black;
|
27 |
}
|
28 |
|
29 |
.human-bubble {
|