From b85440003b1bf7ab0f255ba5df5635ac44b4f4df Mon Sep 17 00:00:00 2001 From: Aristides Lourenco Date: Fri, 22 Nov 2013 00:41:19 +0000 Subject: [PATCH] Remove !important from h1 a, hn a, ... !important directive prevents rule from working in Outlook 2007/2010/2013 and is redundant in this case. --- css/ink.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/ink.css b/css/ink.css index 3953080e..c638a91b 100644 --- a/css/ink.css +++ b/css/ink.css @@ -356,7 +356,7 @@ h3 a, h4 a, h5 a, h6 a { - color: #2ba6cb !important; + color: #2ba6cb; } h1 a:active, -- 2.47.2