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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 24b6e31..d1386ab 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -443,11 +443,12 @@ g[data-y="76"] { --i: 76; } fill-opacity: 0.2; } -.elevation { +text.elevation { font-family: sans-serif; font-weight: bold; font-size: 6pt; text-anchor: middle; user-select: none; pointer-events: none; + fill: black; } |