diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -77,6 +77,12 @@ border-radius: 10px; } +.log span.tip { + cursor: help; + text-decoration: underline; + color: blue; +} + #tooltip.card { position: fixed; z-index: 200; |