Give links a nicer color.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 2 Jul 2009 15:48:20 +0000 (17:48 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 2 Jul 2009 15:48:56 +0000 (17:48 +0200)
static/exodus/css/common.css
static/exodus/css/screen.css

index 54f68fcb6a39d2fc336871f63d3b2c8c40f31a26..9b4b4993e390733337d90bacf150ab69f8e9303a 100644 (file)
@@ -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;}
index d4bb72692ef9800a342762bcc0d32f1a1c4c2f04..0fb84e8133f91fcb339e1b46f6a9e4c0990a626a 100644 (file)
@@ -17,6 +17,10 @@ html {
        font-size:11px;
 }
 
+a {color: #ffd200;}
+a:visited {color: #ffd200;}
+a.nonexistent, a.badinterwiki {color: #cc8900;}
+
 img {
        border:0px;
 }