diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-15 20:05:59 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-01-08 16:36:48 +0100 |
commit | bdd654a6ef19ff2e9739e7c56383af1ba9483284 (patch) | |
tree | 80b7213179890a7587d0dca18d5df011ca5754d8 /play.html | |
parent | 049d7c8c00af98151f1b35d5481c9116d969f569 (diff) | |
download | table-battles-bdd654a6ef19ff2e9739e7c56383af1ba9483284.tar.gz |
gendata scenario reference cards
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ main { pointer-events: auto; } +.number { display: none; } +body.shift .number { display: block; } + .player_pool { width: 500px; margin: 24px auto; |