diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-07-29 13:03:47 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:26 +0100 |
commit | 4e92007e7a7e7e2c5a432ccb38f235abe67236b5 (patch) | |
tree | 16ce3224a719fc26c909f1f83e86c2c7d0ea415c /play.html | |
parent | 352d41a05f51c4f1a1849519bb3c28e13a7be29c (diff) | |
download | rommel-in-the-desert-4e92007e7a7e7e2c5a432ccb38f235abe67236b5.tar.gz |
Data arrays.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -371,6 +371,10 @@ svg .hex.tip { transition: top 200ms, left 200ms, transform 200ms; } +#mapwrap.fit .unit { + background-image: url(units-simple.svg); +} + .unit.italian { background-color: #f9e3b3; border-color: dimgray; |