danicafisher commited on
Commit
24de9fe
1 Parent(s): 2925d53

Update public/stylesheet.css

Browse files
Files changed (1) hide show
  1. public/stylesheet.css +11 -0
public/stylesheet.css CHANGED
@@ -5,6 +5,9 @@ indigo: #5461cb
5
 
6
  */
7
 
 
 
 
8
  .message {
9
  background-color: #74c6f7 !important
10
  }
@@ -15,4 +18,12 @@ indigo: #5461cb
15
 
16
  .MuiBox-root p:first-child {
17
  color: #5461cb !important;
 
 
 
 
 
 
 
 
18
  }
 
5
 
6
  */
7
 
8
+ .MuiPaper-root header {
9
+ background-color: #5461cb !important
10
+ }
11
  .message {
12
  background-color: #74c6f7 !important
13
  }
 
18
 
19
  .MuiBox-root p:first-child {
20
  color: #5461cb !important;
21
+ }
22
+
23
+ .MuiIconButton-edgeEnd {
24
+ background-color: #279af1 !important
25
+ }
26
+
27
+ #new-chat-button {
28
+ background-color: #279af1 !important
29
  }