From caedb39daae78985caf290ebc4aec6037072de33 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Tue, 26 May 2009 19:50:54 +0000 Subject: [PATCH] Experimenting with green links for local links. --- css/beige-red.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/beige-red.css b/css/beige-red.css index 65ef8b0c..8a0bacc2 100644 --- a/css/beige-red.css +++ b/css/beige-red.css @@ -213,13 +213,13 @@ a[class="url outside"]:before { a:hover { background-color:#dfd; } -a.near:link { +.content a.local:link { color:#093; } -a.near:visited { +.content a.local:visited { color:#550; } -a.near:active { +.content a.local:active { color:#0F0; } a cite { font:inherit; }