From e68ae8525302a324265ec58e955c9baf885e5221 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 5 Nov 2023 00:01:29 +0100 Subject: colors --- play.html | 16 ++++++++-------- 1 file 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; } -- cgit v1.2.3