From cd18cd88ce3de31e460dd944aa20a465ef286893 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Thu, 4 Dec 2008 09:33:46 +0000 Subject: [PATCH] Fix a couple of ugly colors --- blue-theme/config | 2 +- blue-theme/unauthenticated/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blue-theme/config b/blue-theme/config index b7a578eca..1effba0cb 100644 --- a/blue-theme/config +++ b/blue-theme/config @@ -1,4 +1,4 @@ -cs_header=4EBF37 class='maintitle' +cs_header=427AD1 class='maintitle' cs_table=EFEFEF class='mainbody' texttitles=1 functions=theme.pl diff --git a/blue-theme/unauthenticated/style.css b/blue-theme/unauthenticated/style.css index a01d0a81c..696181f15 100644 --- a/blue-theme/unauthenticated/style.css +++ b/blue-theme/unauthenticated/style.css @@ -39,10 +39,10 @@ td.maintitle a, td.maintitle a:visited { color: #ffffff; } tr.maintitle a:hover { - color: #4EBF37; + color: #EFEFEF; } td.maintitle a:hover { - color: #4EBF37; + color: #EFEFEF; } a:link { color: #333399; text-decoration: none;