Give Vector a lighter external/interwiki color since monobook->vector changed the...
authorDaniel Friesen <dantman@users.mediawiki.org>
Wed, 31 Aug 2011 04:19:14 +0000 (04:19 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Wed, 31 Aug 2011 04:19:14 +0000 (04:19 +0000)
skins/vector/screen.css

index 91d6a61..bac08d6 100644 (file)
@@ -1102,7 +1102,7 @@ div#content a.external[href *=".pdf?"], div#content a.external[href *=".PDF?"],
 /* Interwiki Styling */
 div#content a.extiw,
 div#content a.extiw:active {
-       color: #36b;
+       color: #59e;
        /* Don't show icons for interwiki links */
        background: none;
        padding: 0;
@@ -1116,7 +1116,7 @@ div#content a.extiw:active {
 
 /* External links */
 div#content a.external {
-       color: #36b;
+       color: #59e;
 }
 div#content a.external:visited {
        color: #636; /* bug 3112 */