summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/play.html b/play.html
index 054dda9..ee7b8f8 100644
--- a/play.html
+++ b/play.html
@@ -431,10 +431,12 @@ svg #lines line.axis_supply.allied_supply {
box-shadow: 0 0 2px 1px hsl(80, 20%, 20%);
}
+.unit.axis.fired,
.unit.axis.moved:not(.disrupted):not(.unsupplied) {
border-color: hsl(80, 20%, 40%);
}
+.unit.axis.fired:not(.revealed),
.unit.axis.moved:not(.revealed) {
background-color: hsl(80, 20%, 50%);
}
@@ -445,14 +447,22 @@ svg #lines line.axis_supply.allied_supply {
box-shadow: 0 0 2px 1px hsl(30, 40%, 20%);
}
+.unit.allied.fired,
.unit.allied.moved:not(.disrupted):not(.unsupplied) {
border-color: hsl(35, 40%, 40%);
}
+.unit.allied.fired:not(.revealed),
.unit.allied.moved:not(.revealed) {
background-color: hsl(35, 40%, 50%);
}
+.unit.moved:not(.revealed) {
+ background-image: url(moved.svg);
+ background-size: 75%;
+ background-position: center bottom;
+}
+
.unit.axis.revealed {
background-color: #abba8e;
}