sidekick_poc / public /custom_styles.css
rchrdgwr's picture
initial
73f36ed
raw
history blame
241 Bytes
.message {
background-color: #E3F2FD !important; /* Light Blue background */
color: #1A237E !important; /* Dark Indigo text */
}
.MuiToolbar-root {
background-color: #b7dcf1 !important; /* Medium Blue background */
}