diff --git a/resources/views/partials/stylesheet.blade.php b/resources/views/partials/stylesheet.blade.php index 087671d3..d34391c1 100644 --- a/resources/views/partials/stylesheet.blade.php +++ b/resources/views/partials/stylesheet.blade.php @@ -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 }};