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')
-rw-r--r-- | public/map.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/map.css b/public/map.css index cc95931..dda1655 100644 --- a/public/map.css +++ b/public/map.css @@ -100,6 +100,14 @@ g.clone { stroke-dasharray: 1; } +g.clone [href="#counter-prone"] { + opacity: 0.5; +} + +.removed[href="#counter-prone"] { + opacity: 0.5; +} + g[data-allegiance="davion"].clone { fill: rgb(255, 126, 126); } |