layout.less: Adjust layout element colors

This commit is contained in:
Florian Strohmaier 2020-06-18 15:09:56 +02:00 committed by Johannes Meyer
parent bddd376cfd
commit acca870064
1 changed files with 2 additions and 2 deletions

View File

@ -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 {