From 1de332385bdb4a12b730db7023e26f0ef8fa241d Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sat, 13 Mar 2010 18:23:37 -0500 Subject: [PATCH] Visited A tags should have hover. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5d280c3..b2316ad 100644 --- a/style.css +++ b/style.css @@ -13,7 +13,7 @@ a:link, a:visited { text-decoration: none; color:#0066CC; } -a:link:hover { +a:link:hover, a:visited:hover { text-decoration:underline; } #content-block{ -- 2.44.0