From d265da1fa92ec768812f543e75676dd10cce69f1 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 5 Jan 2016 16:06:45 +0100 Subject: [PATCH] CSS: Add text-color-on-icinga-blue Intended to replace text-color-inverted. --- public/css/icinga/base.less | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index 12d861490..afd792669 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -26,6 +26,7 @@ @text-color: #535353; @text-color-inverted: @body-bg-color; @text-color-light: @gray; +@text-color-on-icinga-blue: @body-bg-color; // Text color on @link-color: @text-color;