diff options
Diffstat (limited to 'info')
-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} |