JUNGU commited on
Commit
a2a8fa3
·
1 Parent(s): 7fb7837

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +2 -12
styles.css CHANGED
@@ -1,13 +1,3 @@
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 {
12
  display: flex;
13
  margin: 5px;
@@ -24,13 +14,13 @@
24
  padding: 5px 10px;
25
  margin: 0px 7px;
26
  max-width: 70%;
27
- font: black;
28
  }
29
 
30
  .ai-bubble {
31
  background: rgb(240, 242, 246);
32
  border-radius: 10px
33
- font: black;
34
  }
35
 
36
  .human-bubble {
 
 
 
 
 
 
 
 
 
 
 
1
  .chat-row {
2
  display: flex;
3
  margin: 5px;
 
14
  padding: 5px 10px;
15
  margin: 0px 7px;
16
  max-width: 70%;
17
+ color: black;
18
  }
19
 
20
  .ai-bubble {
21
  background: rgb(240, 242, 246);
22
  border-radius: 10px
23
+ color: black;
24
  }
25
 
26
  .human-bubble {