Change attacker color from green to blue; change trace color

This commit is contained in:
2025-06-16 22:41:30 -07:00
parent e16e76664c
commit baa1d34578
3 changed files with 13 additions and 13 deletions

View File

@@ -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 {