danicafisher commited on
Commit
518d519
·
verified ·
1 Parent(s): 24de9fe

Update public/stylesheet.css

Browse files
Files changed (1) hide show
  1. public/stylesheet.css +4 -2
public/stylesheet.css CHANGED
@@ -5,9 +5,11 @@ indigo: #5461cb
5
 
6
  */
7
 
8
- .MuiPaper-root header {
9
- background-color: #5461cb !important
 
10
  }
 
11
  .message {
12
  background-color: #74c6f7 !important
13
  }
 
5
 
6
  */
7
 
8
+ .MuiToolbar-root {
9
+ background-color: #5461cb !important;
10
+ border-color: #5461cb !important;
11
  }
12
+
13
  .message {
14
  background-color: #74c6f7 !important
15
  }