Revert r95830's change to external and interwiki link colors.
authorDaniel Friesen <dantman@users.mediawiki.org>
Thu, 1 Sep 2011 09:10:01 +0000 (09:10 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Thu, 1 Sep 2011 09:10:01 +0000 (09:10 +0000)
skins/common/commonElements.css

index c8f9a95..a783f2b 100644 (file)
@@ -30,7 +30,7 @@ a.new:visited, #p-personal a.new:visited {
 /* Interwiki Styling */
 .mw-body a.extiw,
 .mw-body a.extiw:active {
-       color: #59e;
+       color: #36b;
        /* Don't show icons for interwiki links */
        background: none;
        padding: 0;
@@ -44,7 +44,7 @@ a.new:visited, #p-personal a.new:visited {
 
 /* External links */
 .mw-body a.external {
-       color: #59e;
+       color: #36b;
 }
 .mw-body a.external:visited {
        color: #636; /* bug 3112 */