From 93a8a6c69260cc3955a334545bd20bfc54c5eb5a Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 2 Jul 2009 17:48:20 +0200 Subject: [PATCH] Give links a nicer color. --- static/exodus/css/common.css | 5 ----- static/exodus/css/screen.css | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/static/exodus/css/common.css b/static/exodus/css/common.css index 54f68fc..9b4b499 100644 --- a/static/exodus/css/common.css +++ b/static/exodus/css/common.css @@ -17,11 +17,6 @@ body { } /* Links */ - -a {color: #0044B3;} -a:visited {color: #597BB3;} -a.nonexistent, a.badinterwiki {color: gray;} - a.www:before {content: url(../img/moin-www.png); margin: 0 0.2em;} a.http:before {content: url(../img/moin-www.png); margin: 0 0.2em;} a.https:before {content: url(../img/moin-www.png); margin: 0 0.2em;} diff --git a/static/exodus/css/screen.css b/static/exodus/css/screen.css index d4bb726..0fb84e8 100644 --- a/static/exodus/css/screen.css +++ b/static/exodus/css/screen.css @@ -17,6 +17,10 @@ html { font-size:11px; } +a {color: #ffd200;} +a:visited {color: #ffd200;} +a.nonexistent, a.badinterwiki {color: #cc8900;} + img { border:0px; } -- 2.30.2