From 746400b868eec2db38a44241ff5b9aba9caea0a6 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Wed, 31 Aug 2011 04:19:14 +0000 Subject: [PATCH] Give Vector a lighter external/interwiki color since monobook->vector changed the basic internal link color lighter making internal and interwiki links almost indistinguishable. --- skins/vector/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 91d6a61fa8..bac08d6d2e 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -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 */ -- 2.20.1