15 lines
301 B
CSS
15 lines
301 B
CSS
div.columns.small-9.top-bar__left-side {
|
|
background: #fefefe;
|
|
}
|
|
div.columns.top-bar__left-side,
|
|
div.top-bar__title.text-truncate.top-bar__right-side {
|
|
background: #3E8635;
|
|
color: #fff;
|
|
}
|
|
.top-bar__breadcrumbs {
|
|
color: #fff !important;
|
|
}
|
|
.top-bar__title {
|
|
color: #fff !important;
|
|
}
|