From 585c5f5f2320972eb1fa87ecb915bae58a4fc301 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 14 Oct 2006 00:52:59 +0000 Subject: [PATCH] Corrected link colour style rules to apply only to links. --- videolink.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.39.2