index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'public/assets/css/map.css')
-rw-r--r-- | public/assets/css/map.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 01f4c4d..3ff213e 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -433,3 +433,12 @@ g[data-y="76"] { --i: 76; } fill: black; fill-opacity: 0.2; } + +.elevation { + font-family: sans-serif; + font-weight: bold; + font-size: 6pt; + text-anchor: middle; + user-select: none; + pointer-events: none; +} |