Spaces:
Paused
Paused
File size: 453 Bytes
dc10124 518d519 24de9fe 518d519 29a8219 a5e5a6d 2925d53 dc10124 24de9fe 29a8219 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
/*
light blue: #74c6f7
medium blue: #279af1
indigo: #5461cb
*/
.MuiToolbar-root {
background-color: #5461cb !important;
border-color: #5461cb !important;
}
.message {
background-color: #74c6f7 !important
}
.MuiBox-root p {
color: #279af1 !important;
}
.MuiBox-root p:first-child {
color: #5461cb !important;
}
.MuiIconButton-edgeEnd {
background-color: #279af1 !important
}
#new-chat-button {
background-color: #279af1 !important
} |