My monster, she lives!

This commit is contained in:
Simon Brooke 2014-07-01 20:21:38 +01:00
parent e455387f96
commit 8f9fa08157
3 changed files with 85 additions and 2 deletions

View file

@ -0,0 +1,27 @@
td.waste {
background-color: gray;
}
td.pasture {
background-color: lime;
}
td.scrub {
background-color: chartreuse;
}
td.scrub2 {
background-color: lime;
}
td.forest {
background-color: forestgreen;
}
td.climax {
background-color: olive;
}
td.fire {
background-color: orange;
}