danicafisher commited on
Commit
dc10124
1 Parent(s): b8eecab

Update public/stylesheet.css

Browse files
Files changed (1) hide show
  1. public/stylesheet.css +15 -0
public/stylesheet.css CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
1
  .message {
2
  background-color: #74c6f7 !important
 
 
 
 
 
 
 
 
3
  }
 
1
+ /*
2
+ light blue: #74c6f7
3
+ medium blue: #279af1
4
+ indigo: #5461cb
5
+
6
+ */
7
+
8
  .message {
9
  background-color: #74c6f7 !important
10
+
11
+
12
+ .MuiBox-root p {
13
+ color: #279af1 !important;
14
+ }
15
+
16
+ .MuiBox-root p:first-child {
17
+ color: #5461cb !important;
18
  }