From c854bd3f34506f7a098c909a4a555eff3de9dd26 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Thu, 30 Jul 2020 15:47:53 +0200 Subject: [PATCH] tabs.less: Adjust tabs item color --- public/css/icinga/tabs.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/tabs.less b/public/css/icinga/tabs.less index 3ab8b1d3b..88ce4dd0d 100644 --- a/public/css/icinga/tabs.less +++ b/public/css/icinga/tabs.less @@ -27,7 +27,7 @@ } > a { - color: @white; + color: @text-color; &:hover { text-decoration: none;