summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/play.html b/play.html
index 0ac0a99..a948a9b 100644
--- a/play.html
+++ b/play.html
@@ -135,10 +135,20 @@ main { background-color: dimgray }
box-shadow: 0 0 0 2px grey;
}
+.counter.contacted {
+ box-shadow: 0 0 0 2px indianred;
+}
+
.counter.selected {
box-shadow: 0 0 0 2px yellow;
}
+.counter.neutralized {
+ background-color: rgba(255,255,255,0.6);
+ background-blend-mode: lighten;
+ border-color:grey;
+}
+
.counter.turn_now{background-position:0% 0%}
.counter.fln_psl{background-position:11.11111111111111% 0%}
.counter.fln_ap{background-position:22.22222222222222% 0%}
@@ -190,12 +200,6 @@ main { background-color: dimgray }
.counter.fln_front{background-position:33.33333333333333% 55.55555555555556%}
/* .counter.neut{background-position:44.44444444444444% 55.55555555555556%} */
-.counter.neutralized {
- background-color: rgba(255,255,255,0.6);
- background-blend-mode: lighten;
- border-color:grey;
-}
-
.panel {
max-width: 900px;
margin: 36px auto;