From 04dd81103c6cc77dd7d94437d6ff59d05d1712af Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 1 Oct 2015 21:29:50 +0200 Subject: [PATCH] CSS: Make @gray a bit more gray :) refs #5543 --- public/css/icinga/themes/icinga.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/themes/icinga.less b/public/css/icinga/themes/icinga.less index 221413d36..c663e757b 100644 --- a/public/css/icinga/themes/icinga.less +++ b/public/css/icinga/themes/icinga.less @@ -1,5 +1,5 @@ // Gray colors -@gray: #9E9E9E; +@gray: #7F7F7F; @gray-light: #C9C9C9; @gray-lighter: #EEEEEE; @gray-lightest: #F7F7F7;