Changed colour of level background on website
This commit is contained in:
parent
ed2e683ea1
commit
9e3e6f4ac6
|
@ -34,7 +34,7 @@ function getworldcolour($wld) {
|
|||
} else if ($wld == 4) {
|
||||
return "#CCCCCC";
|
||||
} else if ($wld == 5) {
|
||||
return "#999999";
|
||||
return "#666666";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue