20 lines
289 B
CSS
20 lines
289 B
CSS
body {
|
|
background-color: rgb(240, 240, 240) !important;
|
|
}
|
|
|
|
.msl {
|
|
color: rgb(56, 56, 56) !important;
|
|
}
|
|
|
|
.activeL {
|
|
background-color: #e53935 !important;
|
|
color: #f0f0f0 !important;
|
|
}
|
|
|
|
.ico {
|
|
color: #bdbdbd !important;
|
|
}
|
|
|
|
.brand-logo {
|
|
margin-left: 30px !important;
|
|
} |