]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Remove !important from h1 a, hn a, ... 22/head
authorAristides Lourenco <aristidesfl@gmail.com>
Fri, 22 Nov 2013 00:41:19 +0000 (00:41 +0000)
committerAristides Lourenco <aristidesfl@gmail.com>
Fri, 22 Nov 2013 00:41:19 +0000 (00:41 +0000)
!important directive prevents rule from working in Outlook 2007/2010/2013 and is redundant in this case.

css/ink.css

index 3953080e14d81d2c01acec5d8443cc05889b603a..c638a91bdc754e4b4e1b9aa275e32a2bef33e4d5 100644 (file)
@@ -356,7 +356,7 @@ h3 a,
 h4 a, 
 h5 a, 
 h6 a {
-  color: #2ba6cb !important;
+  color: #2ba6cb;
 }
 
 h1 a:active,