tile coloration based on type

This commit is contained in:
2024-03-19 12:50:59 -05:00
parent d7bc833df7
commit a3efe2369d
5 changed files with 12 additions and 2 deletions

7
static/incertitude.css Normal file
View File

@ -0,0 +1,7 @@
.wood {
color: brown;
}
.stone {
color: gray;
}