From e52244c7204477598769039d1810296bf4c3fe8c Mon Sep 17 00:00:00 2001 From: jongfoster Date: Mon, 8 Apr 2002 21:17:01 +0000 Subject: [PATCH] Prettifying visited links. --- templates/cgi-style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/cgi-style.css b/templates/cgi-style.css index 7b876846..be5b490f 100644 --- a/templates/cgi-style.css +++ b/templates/cgi-style.css @@ -18,7 +18,9 @@ p,pre { margin-left: 15px; } li { margin: 2px 15px; } dl { margin: 2px 15px; } -:link { text-decoration: none; } +a:link { color: #0000dd; text-decoration: none; } +a:visited { color: #330099; text-decoration: none; } +a:active { color: #3333ff; text-decoration: none; } /* * Boxen as Table elements: -- 2.49.0