From: Matthijs Kooijman <matthijs@stdin.nl>
Date: Thu, 2 Jul 2009 15:48:20 +0000 (+0200)
Subject: Give links a nicer color.
X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=93a8a6c69260cc3955a334545bd20bfc54c5eb5a;p=matthijs%2Fprojects%2Fwipi.git

Give links a nicer color.
---

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;
 }