From: Ben Hutchings Date: Sat, 14 Oct 2006 00:52:59 +0000 (+0000) Subject: Corrected link colour style rules to apply only to links. X-Git-Tag: 0.10~3 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=commitdiff_plain;h=585c5f5f2320972eb1fa87ecb915bae58a4fc301 Corrected link colour style rules to apply only to links. --- diff --git a/videolink.css b/videolink.css index b441499..86800b8 100644 --- a/videolink.css +++ b/videolink.css @@ -14,11 +14,11 @@ a:link, a:visited { white-space: nowrap; } /* The hover state must be made obvious since DVD players have no pointer. */ -a:hover { +a:link:hover, a:visited:hover { color: red; } /* The active state should provide visual feedback, but is not so critical. */ -a:active { +a:link:active, a:visited:active { color: purple; } /* Don't show focus rectangles. */