From 821eff32ecc99e4478d9e09903579b2905f33be5 Mon Sep 17 00:00:00 2001 From: Steven McDonald Date: Mon, 7 Feb 2011 22:41:22 +1100 Subject: [PATCH] more tweaking of nav bar colours --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 08b3bc9..5418080 100755 --- a/style.css +++ b/style.css @@ -122,7 +122,7 @@ strong { background-color: #181818; border: 3px solid #404040; - color: #b0b0b0; + color: #d0d060; padding: 0.3em; position: absolute; right: 20px; @@ -133,12 +133,12 @@ strong #navigation a:link,#navigation a:visited { - color: #e07000; + color: #d0d060; } #navigation a:active,#navigation a:hover { - color: #f07800; + color: #e0e065; } #navigation ul -- 2.30.2