Fix a couple of ugly colors

This commit is contained in:
Joe Cooper
2008-12-04 09:33:46 +00:00
parent b051e02c77
commit cd18cd88ce
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
cs_header=4EBF37 class='maintitle'
cs_header=427AD1 class='maintitle'
cs_table=EFEFEF class='mainbody'
texttitles=1
functions=theme.pl

View File

@@ -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;