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/style.css')
-rw-r--r-- | public/assets/css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 2888841..9d5afb5 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -272,7 +272,7 @@ polygon.firing-arc[data-allegiance="defender"] { } polygon.firing-arc[data-allegiance="attacker"] { - fill: green; + fill: blue; } #shapes { @@ -307,7 +307,7 @@ button.set-firing-arc img { } .soldier-record[data-allegiance="attacker"] [slot="troop-number"] svg { - fill: green; + fill: blue; } .soldier-record[data-allegiance="defender"] [slot="troop-number"] svg { @@ -335,7 +335,7 @@ button.set-firing-arc img { } .soldier-record[data-allegiance="attacker"] [slot="troop-number"] img { - fill: green; + fill: blue; } .soldier-record.selected { |