From 856982938a4b8012287f56206eb4100861f41758 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 3 Jun 2004 22:09:00 +0000 Subject: [PATCH] link colour tweaks --- stylesheets/monobook/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index ba5d93e9a6..d8643f6673 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -61,13 +61,13 @@ table { } a { text-decoration: none; - color: #005189; + color: #0014a6; background: none; } a:visited { color: #5a3696; } a:active { color: Orange; } a:hover { text-decoration: underline; } -a.stub, +a.stub { color: #772233; } a.new { color:#ba0000; } img { @@ -720,7 +720,7 @@ li#pt-login { } #p-cactions li a { background-color: White; - color: #005189; + color: #0014a6; border: none; padding: 0 0.8em 0.3em 0.8em; text-decoration: none; @@ -802,7 +802,7 @@ head:first-child+body #footer li { white-space: nowrap; } #preftoc a, #preftoc a:active { display: block; - color: #005189; + color: #0014a6; } #prefcontrol { clear: both; -- 2.20.1