From a38f7d9f57aad2ba0ab6ff94dadd639c39be4cae Mon Sep 17 00:00:00 2001 From: dechutes Date: Wed, 7 May 2003 22:37:01 +0000 Subject: [PATCH] fixed color of visited links --- lam/style/500_layout.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index bb0f3982..15804e62 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -42,6 +42,11 @@ color:darkblue; text-decoration:none; } +a:visited { +color:darkblue; +text-decoration:none; +} + a:hover { color:red; text-decoration:none;