Colour the panel message arrows. Closes #1567

This commit is contained in:
James Brooks 2016-02-29 21:40:40 +00:00
parent be78216ff3
commit 328608dfff

View File

@ -109,9 +109,13 @@ body.status-page {
background-color: {{ $theme_background_fills }};
border-color: {{ color_darken($theme_background_fills, -0.1) }};
}
.panel.panel-message:before {
border-left-color: {{ $theme_background_fills }} !important;
border-right-color: {{ $theme_background_fills }} !important;
}
.panel.panel-message:after {
border-left-color: {{ $theme_background_fills }};
border-right-color: {{ $theme_background_fills }};
border-left-color: {{ $theme_background_fills }} !important;
border-right-color: {{ $theme_background_fills }} !important;
}
.footer a {
color: {{ $theme_text_color }};