diff --git a/public/css/icinga/layout.less b/public/css/icinga/layout.less index b9a9bf2f0..b219343f7 100644 --- a/public/css/icinga/layout.less +++ b/public/css/icinga/layout.less @@ -32,7 +32,7 @@ } #header-logo-container { - background: @icinga-blue; + background: @menu-bg-color; height: 6em; padding: 1.25em; width: 16em; @@ -226,7 +226,7 @@ &.success { background-color: @color-notification-success; background-image: url(../img/icons/success.png); - color: @text-color; + color: @text-color-inverted; } &.warning {