From bb9888df0b011f5d963478d110fc886e61c73640 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 7 Jan 2016 17:23:16 -0500 Subject: [PATCH] unnecessary !important screwing me over --- less/category.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/category.less b/less/category.less index 0bb8a98..6649738 100644 --- a/less/category.less +++ b/less/category.less @@ -14,7 +14,7 @@ } h2 a { - color: @gray !important; + color: @gray; } }