summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/play.html b/play.html
index 1bbcbc2..00c7c11 100644
--- a/play.html
+++ b/play.html
@@ -206,8 +206,8 @@ svg .area.action {
svg .area.target {
fill-opacity: 0.4;
stroke-opacity: 1.0;
- fill: var(--target-color);
- stroke: var(--target-color);
+ fill: var(--area-target-color);
+ stroke: var(--area-target-color);
}
svg .area.tip, svg .urban2.tip {
@@ -304,22 +304,22 @@ svg .area.tip, svg .urban2.tip {
background-color: whitesmoke;
}
-.counter.action {
- box-shadow: 0 0 0 2px var(--unit-action-color);
-}
-
.counter.contacted {
box-shadow: 0 0 0 2px var(--unit-target-color);
}
-.counter.tip {
- box-shadow: 0 0 0 2px var(--unit-tip-color);
+.counter.action {
+ box-shadow: 0 0 0 2px var(--unit-action-color);
}
.counter.selected {
box-shadow: 0 0 0 2px var(--unit-selected-color);
}
+.counter.tip {
+ box-shadow: 0 0 0 2px var(--unit-tip-color);
+}
+
.counter.oas_active {
pointer-events: none;
}