From 6e3c31c881d909c57b88ca536521016c120336ab Mon Sep 17 00:00:00 2001 From: JosephGoldbergStein Date: Sun, 11 Aug 2013 22:45:29 +0300 Subject: [PATCH] gentoochan.css fix Minor readability fix with quote shadows. --- stylesheets/gentoochan.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/gentoochan.css b/stylesheets/gentoochan.css index eb3d6471..b5075136 100644 --- a/stylesheets/gentoochan.css +++ b/stylesheets/gentoochan.css @@ -10,7 +10,7 @@ a:link, a:visited, p.intro a.email span.name { } a:link:hover { -moz-transition: all ease-in 0.5s; - text-shadow: 0px 0px 2px #000; + text-shadow: 0px 0px 2px #CF6464; } a.post_no { color: #fff;