index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-10 23:02:39 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-10 23:02:39 -0700 |
commit | ba31dcd751cf5bc4b1ff4be39e1511e81a8e1665 (patch) | |
tree | fcedcbc86013cf5e59aee645ffeb857d87aa8fe0 | |
parent | ccb1cb2c7573364732a277f0c7c770de611aeca3 (diff) |
Re-add hex text label styles
-rw-r--r-- | public/assets/css/radial.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/public/assets/css/radial.css b/public/assets/css/radial.css index b7fd145..e8da0fd 100644 --- a/public/assets/css/radial.css +++ b/public/assets/css/radial.css @@ -11,9 +11,14 @@ svg { use[href="#hex"] { stroke: #666; - /* fill: wheat; */ - /* fill: navajowhite; */ - /* fill: url(#asterisk); */ +} + +[data-q][data-r][data-s][data-t] text { + font-size: 4px; + text-anchor: middle; + user-select: none; + font-family: sans-serif; + fill: black; } .building .doors { |