summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html6
1 files changed, 3 insertions, 3 deletions
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; }