From: jongfoster Date: Mon, 8 Apr 2002 21:17:01 +0000 (+0000) Subject: Prettifying visited links. X-Git-Tag: v_2_9_14~134 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/@default-cgi@show-url-info?a=commitdiff_plain;h=e52244c7204477598769039d1810296bf4c3fe8c;p=privoxy.git Prettifying visited links. --- 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: