diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-09-08 19:26:04 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:27 +0100 |
commit | 4a7765e6e0d237119e761bfd0afa9bf06dbfbd3c (patch) | |
tree | f5bf1bb2c9e41425d16c2d691b1df10e9b9e590b /info/units.html | |
parent | 1e159b0e793fe3f53b37109e37d36bf5e45a2d7b (diff) | |
download | rommel-in-the-desert-4a7765e6e0d237119e761bfd0afa9bf06dbfbd3c.tar.gz |
Appearance tweaks.
Diffstat (limited to 'info/units.html')
-rw-r--r-- | info/units.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/info/units.html b/info/units.html index 168115d..567fef7 100644 --- a/info/units.html +++ b/info/units.html @@ -16,21 +16,21 @@ body { height: 51px; background-repeat: no-repeat; border-style: solid; - border-width: 3px; + border-width: 4px; box-shadow: 0 0 3px 0 rgba(0,0,0,0.5); background-image: url(../units.svg); } .unit.italian { background-color: #f9e3b3; - border-color: dimgray; + border-color: hsl(80, 20%, 50%); } .unit.german { background-color: #abba8e; - border-color: dimgray; + border-color: hsl(80, 20%, 50%); } .unit.allied { background-color: #e4d1ab; - border-color: tan; + border-color: hsl(35, 40%, 50%); } .unit.u0{background-position:-0px -0px} |