]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Replace 3 char hex color codes with 6 char codes. 91/head
authorFaust Gertz <faust@faustgertz.com>
Wed, 11 Jun 2014 05:53:46 +0000 (00:53 -0500)
committerFaust Gertz <faust@faustgertz.com>
Wed, 11 Jun 2014 05:53:46 +0000 (00:53 -0500)
css/ink.css

index 9f40ef945b2c3cc5daf24e47280f73e6f06f7378..6bca16fbff5a910e44df0a011a29227476b9fd5c 100644 (file)
@@ -496,7 +496,7 @@ table.button:active td {
 table.button:hover td a,
 table.button:visited td a,
 table.button:active td a {
-  color: #fff !important;
+  color: #ffffff !important;
 }
 
 table.button:hover td,
@@ -528,22 +528,22 @@ table.large-button td a:visited {
 table.secondary td {
   background: #e9e9e9;
   border-color: #d0d0d0;
-  color: #555;
+  color: #555555;
 }
 
 table.secondary td a {
-  color: #555;
+  color: #555555;
 }
 
 table.secondary:hover td {
   background: #d0d0d0 !important;
-  color: #555;
+  color: #555555;
 }
 
 table.secondary:hover td a,
 table.secondary td a:visited,
 table.secondary:active td a {
-  color: #555 !important;
+  color: #555555 !important;
 }
 
 table.success td {