Spaces:
Paused
Paused
Update public/stylesheet.css
Browse files- public/stylesheet.css +4 -2
public/stylesheet.css
CHANGED
@@ -5,9 +5,11 @@ indigo: #5461cb
|
|
5 |
|
6 |
*/
|
7 |
|
8 |
-
.
|
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 |
}
|