From: Daniel Friesen Date: Thu, 1 Sep 2011 09:10:01 +0000 (+0000) Subject: Revert r95830's change to external and interwiki link colors. X-Git-Tag: 1.31.0-rc.0~27983 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=713a10d7e9158de68e4be66b0f8603059a006b52;p=lhc%2Fweb%2Fwiklou.git Revert r95830's change to external and interwiki link colors. --- 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 */