summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/play.html b/play.html
index f439ef5..49e4389 100644
--- a/play.html
+++ b/play.html
@@ -137,6 +137,11 @@
display: none;
}
+body.shift .block.known:hover {
+ transform: scale(2) !important;
+ transition: 100ms;
+}
+
.map .block { position: absolute; z-index: 2; }
.map .block.highlight { z-index: 3; }
.map .block.selected { z-index: 4; }