From 8ceb19a60a8f9a100a680dce1652d69951c1f4d1 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Fri, 11 May 2012 00:17:49 +1000 Subject: [PATCH] small CSS bug --- stylesheets/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index a46ca3fb..16da419c 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -14,7 +14,7 @@ a, a:visited { text-decoration: underline; color: #34345C; } -a:hover { +a:hover, p.intro a.post_no:hover { color: #ff0000; } a.post_no { @@ -22,8 +22,8 @@ a.post_no { margin: 0; padding: 0; } -a.post_no:not(:hover) { - color: black; +p.intro a.post_no { + color: inherit; } p.intro a.post_no, p.intro a.email { margin: 0;