From 8d8ed22fdd77cf86c5145011d97ce52fec35935f Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sun, 10 Nov 2013 04:23:22 +1000 Subject: [PATCH] Tone down garish blue colour on all links --- html/css/styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/css/styles.css b/html/css/styles.css index e06fb31a1..efb880b18 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -588,10 +588,10 @@ form { margin: 0px; padding: 0px; } hr { border: 0px; height: 1px; background-color: #ccc; color: #ccc; } p { margin: 0px; padding: 0px; } -a { text-decoration:none; color: #00f; } -a:visited { text-decoration:none; color: #00f; } -a:hover { text-decoration:underline; color: #00f; } -a:active { color: #00f; } +a { text-decoration:none; color: #11a; } +a:visited { text-decoration:none; color: #11a; } +a:hover { text-decoration:underline; color: #11a; } +a:active { color: #11a; } .vspace { margin-top: 4px; margin-bottom: 4px; } p.vspace { padding-top: 3px; padding-bottom: 3px; }