aie4-final / public /stylesheet.css
danicafisher's picture
Update public/stylesheet.css
2925d53 verified
raw
history blame
227 Bytes
/*
light blue: #74c6f7
medium blue: #279af1
indigo: #5461cb
*/
.message {
background-color: #74c6f7 !important
}
.MuiBox-root p {
color: #279af1 !important;
}
.MuiBox-root p:first-child {
color: #5461cb !important;
}