From 94a86f3d2de26467b7cb4646ff27d7e1dba638ac Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Tue, 20 Oct 2020 16:03:23 +0200 Subject: [PATCH] icinga-light-theme: Fix notifications text color --- public/css/themes/icinga-light-theme.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/themes/icinga-light-theme.less b/public/css/themes/icinga-light-theme.less index 785cc3eed..560ebc8f3 100644 --- a/public/css/themes/icinga-light-theme.less +++ b/public/css/themes/icinga-light-theme.less @@ -54,3 +54,7 @@ input.search { .recolor-icinga-logo(); } } + +#notifications > li { + color: @text-color; +} \ No newline at end of file