From 428fb90051aaae286ae688c417675f862159be2d Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 4 Jun 2004 12:04:34 +0000 Subject: [PATCH] 1.2 colour for external links --- stylesheets/monobook/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 54ec2b0a7b..10c99f05a3 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -467,9 +467,11 @@ td.diff-context { background:#eeeeee; } } /* disable interwiki styling */ #bodyContent a.interwiki { + color: #3366bb; background: none; padding: 0; } +#bodyContent a.external { color: #3366bb; } /* this can be used in the content area to switch off special external link styling */ #bodyContent .plainlinks a { -- 2.20.1