Web Dev Solutions

Catalin Mititiuc

From 66887e37103591586c2b002594f2f79602e71d25 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Sun, 19 May 2024 12:10:00 -0700 Subject: Change attacker color from green to blue; change trace color --- public/assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/assets/css/style.css') 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 { -- cgit v1.2.3