diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-09-23 17:03:06 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-09-23 17:03:06 +0200 |
commit | 70a999fe850469b4769265005bd93003634f0dd8 (patch) | |
tree | 256d50c4f7e6ec366236c1fb44330061ccc31b97 /play.html | |
parent | 0d9bfb4098faae1fba53fe5a01a4928275ad6d30 (diff) | |
download | algeria-70a999fe850469b4769265005bd93003634f0dd8.tar.gz |
locations and such
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |