danicafisher commited on
Commit
f45132f
1 Parent(s): 0296b8b

Update public/stylesheet.css

Browse files
Files changed (1) hide show
  1. public/stylesheet.css +6 -2
public/stylesheet.css CHANGED
@@ -10,6 +10,10 @@ indigo: #5461cb
10
  border-color: #5461cb !important;
11
  }
12
 
 
 
 
 
13
  .message {
14
  background-color: #74c6f7 !important
15
  }
@@ -26,8 +30,8 @@ indigo: #5461cb
26
  background-color: #279af1 !important
27
  }
28
 
29
- .MuiToolbar-root .MuiButtonBase-root {
30
- color: #ffffff !important
31
  }
32
 
33
  #new-chat-button {
 
10
  border-color: #5461cb !important;
11
  }
12
 
13
+ .MuiToolbar-root .MuiButtonBase-root {
14
+ color: #ffffff !important
15
+ }
16
+
17
  .message {
18
  background-color: #74c6f7 !important
19
  }
 
30
  background-color: #279af1 !important
31
  }
32
 
33
+ .markdown-body p {
34
+ color: #279af1 !important;
35
  }
36
 
37
  #new-chat-button {