From 713a10d7e9158de68e4be66b0f8603059a006b52 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Thu, 1 Sep 2011 09:10:01 +0000 Subject: [PATCH] Revert r95830's change to external and interwiki link colors. --- skins/common/commonElements.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css index c8f9a9570e..a783f2bac3 100644 --- a/skins/common/commonElements.css +++ b/skins/common/commonElements.css @@ -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 */ -- 2.20.1