From 674eee45bc45cbdcd41534ce821a6a22e7a41125 Mon Sep 17 00:00:00 2001 From: Faust Gertz Date: Wed, 11 Jun 2014 00:53:46 -0500 Subject: [PATCH] Replace 3 char hex color codes with 6 char codes. --- css/ink.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/ink.css b/css/ink.css index 9f40ef94..6bca16fb 100644 --- a/css/ink.css +++ b/css/ink.css @@ -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 { -- 2.47.2