From 4ddc560f1d9b566bddeb9617494d476b11378482 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 4 Nov 2008 12:35:41 +0100 Subject: Remove color from visited links. --- local.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'local.css') diff --git a/local.css b/local.css index 172b3ca..ae768d9 100644 --- a/local.css +++ b/local.css @@ -14,7 +14,7 @@ h1, h2, h3 { color: darkgreen; } -a:hover, a:visited { +a:hover { color: darkgreen; } @@ -37,6 +37,10 @@ DIV#topbar { width: 75%; } +DIV#topbar a { + text-decoration: none; +} + DIV#topbar ul { list-style-type: none; padding: 0; -- cgit v1.2.3