From 818d119405fde89e8ddaf111c6c76bb2d27d417e Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Fri, 18 Nov 2011 10:49:12 +0000 Subject: fix new page links color, nav https links bg --- skins/cavendish.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skins/cavendish.php b/skins/cavendish.php index 8a2eddd..ba6900c 100644 --- a/skins/cavendish.php +++ b/skins/cavendish.php @@ -142,6 +142,9 @@ p.loc a { color: #2383c2; text-decoration: none; } p.loc a.sel { font-weight: bold; color: #000; } body { margin: 0 0 3em 0; padding-top: 0; } a:link { color: #2383c2; } +a.new:link { color: #ba0000; } +a:visited { color: #5a3696; } +.nav a[href^="https://"] { background: none; }