From c31955a8a1d78f4aed842efcc9d41491a52fcecd Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:40:56 +0200 Subject: location data --- play.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 4719dec..d7812ff 100644 --- a/play.html +++ b/play.html @@ -46,12 +46,12 @@ main { background-color: dimgray } /* SPACES */ -.box{position:absolute;box-sizing:border-box;border:4px solid transparent} -.box.loc{border-radius:50%} -.box.action{border-color:lemonchiffon;} -.box.loc.action{border-color:lemonchiffon;} -.box.selected{border-color:yellow;} -.box.tip { border-color: white; } +.space{position:absolute;box-sizing:border-box;border:4px solid transparent} +.space.loc{border-radius:50%} +.space.action{border-color:lemonchiffon;} +.space.loc.action{border-color:lemonchiffon;} +.space.selected{border-color:yellow;} +.space.tip { border-color: white; } .stack { display: grid; @@ -238,11 +238,10 @@ main { background-color: dimgray } -