From 3ec0e8428e00291ef8f58eea056a4e242d2bc31e Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 11 Sep 2005 05:05:44 +0000 Subject: [PATCH] Colour .head links white --- templates/default/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/default/main.css b/templates/default/main.css index cc18363..fa5471c 100644 --- a/templates/default/main.css +++ b/templates/default/main.css @@ -38,7 +38,7 @@ a:hover .head { - background-color: rgb(255, 255, 255); + background-color: rgb(59, 119, 216); background-image: url(head.gif); background-repeat: repeat-x; @@ -53,6 +53,11 @@ a:hover padding: 5px; } + .head a + { + color: rgb(255, 255, 255); + } + .subhead { background-color: rgb(126, 144, 171); -- 2.22.5