From 70a999fe850469b4769265005bd93003634f0dd8 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Sat, 23 Sep 2023 17:03:06 +0200 Subject: locations and such --- play.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.html') diff --git a/play.html b/play.html index 798fc85..4719dec 100644 --- a/play.html +++ b/play.html @@ -49,7 +49,7 @@ main { background-color: dimgray } .box{position:absolute;box-sizing:border-box;border:4px solid transparent} .box.loc{border-radius:50%} .box.action{border-color:lemonchiffon;} -.box.loc.action{background-color:#fff5;border-color:white;} +.box.loc.action{border-color:lemonchiffon;} .box.selected{border-color:yellow;} .box.tip { border-color: white; } -- cgit v1.2.3