css: Fix notification text in light theme

This commit is contained in:
Johannes Meyer 2021-04-13 12:25:55 +02:00
parent 3b87bbaff9
commit 7122455d5b
1 changed files with 1 additions and 4 deletions

View File

@ -8,6 +8,7 @@
@gray-lightest: #F7F7F7; @gray-lightest: #F7F7F7;
@text-color: #535353; @text-color: #535353;
@text-color-inverted: @text-color;
@body-bg-color: #F5F9FA; @body-bg-color: #F5F9FA;
@menu-bg-color: #DEECF1; @menu-bg-color: #DEECF1;
@ -54,7 +55,3 @@ input.search {
.recolor-icinga-logo(); .recolor-icinga-logo();
} }
} }
#notifications > li {
color: @text-color;
}