mw-ui/resources/public/css/states.css

32 lines
349 B
CSS

td.waste {
background-color: gray;
}
td.water {
background-color: blue;
}
td.pasture, td.grassland {
background-color: lime;
}
td.heath {
background-color: chartreuse;
}
td.scrub {
background-color: lime;
}
td.forest {
background-color: forestgreen;
}
td.climax {
background-color: olive;
}
td.fire {
background-color: orange;
}