diff --git a/public/css/themes/icinga-light-theme.less b/public/css/themes/icinga-light-theme.less index 560ebc8f3..8fcdbb7a5 100644 --- a/public/css/themes/icinga-light-theme.less +++ b/public/css/themes/icinga-light-theme.less @@ -8,6 +8,7 @@ @gray-lightest: #F7F7F7; @text-color: #535353; +@text-color-inverted: @text-color; @body-bg-color: #F5F9FA; @menu-bg-color: #DEECF1; @@ -54,7 +55,3 @@ input.search { .recolor-icinga-logo(); } } - -#notifications > li { - color: @text-color; -} \ No newline at end of file