Spaces:
Build error
Build error
Update styles.css
Browse files- styles.css +7 -1
styles.css
CHANGED
@@ -1,5 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
.block-container {
|
2 |
background-color: white;
|
|
|
3 |
}
|
4 |
|
5 |
.chat-row {
|
@@ -23,7 +29,7 @@
|
|
23 |
.ai-bubble {
|
24 |
background: rgb(240, 242, 246);
|
25 |
border-radius: 10px
|
26 |
-
|
27 |
}
|
28 |
|
29 |
.human-bubble {
|
|
|
1 |
+
.main {
|
2 |
+
background-color: white;
|
3 |
+
font: black;
|
4 |
+
}
|
5 |
+
|
6 |
.block-container {
|
7 |
background-color: white;
|
8 |
+
font: black;
|
9 |
}
|
10 |
|
11 |
.chat-row {
|
|
|
29 |
.ai-bubble {
|
30 |
background: rgb(240, 242, 246);
|
31 |
border-radius: 10px
|
32 |
+
font: black;
|
33 |
}
|
34 |
|
35 |
.human-bubble {
|