From 1119e001d4e91606c796f0eca126a00b7d7126ed Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Thu, 17 Jun 2021 17:13:37 +0200 Subject: [PATCH] CSS: Use text-color-light analogous to icingadb-web --- public/css/icinga/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less index df5eb0a18..cef87bb92 100644 --- a/public/css/icinga/main.less +++ b/public/css/icinga/main.less @@ -196,7 +196,7 @@ a:hover > .icon-cancel { } .name-value-table > tbody > tr > th { - color: @gray; + color: @text-color-light; // Reset default font-weight font-weight: normal; padding-left: 0;