icinga-light-theme: Fix notifications text color

This commit is contained in:
Florian Strohmaier 2020-10-20 16:03:23 +02:00 committed by Johannes Meyer
parent 7e5bb8a230
commit 94a86f3d2d

View File

@ -54,3 +54,7 @@ input.search {
.recolor-icinga-logo();
}
}
#notifications > li {
color: @text-color;
}