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-08 18:13:37 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-08 18:13:37 -0700 |
commit | 4cf7aaab807f36721416eedfe5f9fab3f0c55e20 (patch) | |
tree | cf1bd30a44f4c143daf42906c845b74f27539aac /public/assets/css/map.css | |
parent | 16b987f46f446398eececf72aa01c551305948d3 (diff) |
View squad records
Diffstat (limited to 'public/assets/css/map.css')
-rw-r--r-- | public/assets/css/map.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/assets/css/map.css b/public/assets/css/map.css index c44f637..bb6b0a8 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -399,8 +399,8 @@ g[data-y="76"] { --i: 76; } .furniture, .stairs { fill: lightgray; - stroke: gray; - stroke-width: 0.25px; + stroke: #666; + stroke-width: 0.5px; } .building path.walls { |