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-05-19 12:10:00 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-19 12:10:00 -0700 |
commit | 66887e37103591586c2b002594f2f79602e71d25 (patch) | |
tree | 31af125a63a9d66bdb347207d576ee6570149f4c /public/assets/css/style.css | |
parent | 56cb96c0f8142fd6216e6f39d692c19c182125a1 (diff) |
Change attacker color from green to blue; change trace color
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 { |