Changed colour of level background on website

This commit is contained in:
Rob Pearce 2009-03-24 00:38:33 +00:00
parent ed2e683ea1
commit 9e3e6f4ac6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ function getworldcolour($wld) {
} else if ($wld == 4) { } else if ($wld == 4) {
return "#CCCCCC"; return "#CCCCCC";
} else if ($wld == 5) { } else if ($wld == 5) {
return "#999999"; return "#666666";
} }
} }