From fd8e3e00747d24fbd583f92f5c7a3504427898d6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 19 Jun 2021 21:50:38 +0200 Subject: Small fixes to block games. --- play.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 03a621e..dd5b468 100644 --- a/play.html +++ b/play.html @@ -121,12 +121,12 @@ .space.city { width: 60px; height: 60px; - border-radius: 60px; + border-radius: 50%; } .space.sea { width: 70px; height: 70px; - border-radius: 70px; + border-radius: 50%; } .space.highlight { cursor: pointer; @@ -148,7 +148,7 @@ body.shift .block.known:hover { .map .block { position: absolute; z-index: 2; } .map .block.highlight { z-index: 3; } .map .block.selected { z-index: 4; } -.map .block:hover { z-index: 5; } +.map .block.known:hover { z-index: 5; } .block.highlight { cursor: pointer; } -- cgit v1.2.3