http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95830

Revision: 95830
Author:   dantman
Date:     2011-08-31 04:19:14 +0000 (Wed, 31 Aug 2011)
Log Message:
-----------
Give Vector a lighter external/interwiki color since monobook->vector changed 
the basic internal link color lighter making internal and interwiki links 
almost indistinguishable.

Modified Paths:
--------------
    trunk/phase3/skins/vector/screen.css

Modified: trunk/phase3/skins/vector/screen.css
===================================================================
--- trunk/phase3/skins/vector/screen.css        2011-08-31 02:23:57 UTC (rev 
95829)
+++ trunk/phase3/skins/vector/screen.css        2011-08-31 04:19:14 UTC (rev 
95830)
@@ -1102,7 +1102,7 @@
 /* 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 @@
 
 /* External links */
 div#content a.external {
-       color: #36b;
+       color: #59e;
 }
 div#content a.external:visited {
        color: #636; /* bug 3112 */


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to