My monster, she lives!
This commit is contained in:
parent
e455387f96
commit
8f9fa08157
3 changed files with 85 additions and 2 deletions
27
resources/public/css/states.css
Normal file
27
resources/public/css/states.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue