diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -114,6 +114,11 @@ X.map svg path.area.highlight:hover { /* BLOCKS */ +body.shift .block.known:hover { + transform: scale(2) !important; + transition: 100ms; +} + .map div.block { position: absolute; } |