From 7dc7d5d95081cc2101026a92570b0c10ab4f979c Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 9 Mar 2018 12:12:47 +0100 Subject: [PATCH] lint compliance --- customize.dist/src/less2/include/help.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/help.less b/customize.dist/src/less2/include/help.less index 7e22b713a..90f23119b 100644 --- a/customize.dist/src/less2/include/help.less +++ b/customize.dist/src/less2/include/help.less @@ -18,7 +18,7 @@ margin: 0; padding: 15px; a { - color: darken(@colortheme_link-color, 30%); + //color: darken(@colortheme_link-color, 30%); @spin: spin(lighten(@bg-color, 15%), 180); color: contrast(lighten(@bg-color, 15%), lighten(@spin, 10%), darken(@spin, 10%)); //color: darken(spin(lighten(@bg-color, 15%), 180), 10%);