Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-05-19 12:10:00 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-05-19 12:10:00 -0700
commit66887e37103591586c2b002594f2f79602e71d25 (patch)
tree31af125a63a9d66bdb347207d576ee6570149f4c /public/assets/css/style.css
parent56cb96c0f8142fd6216e6f39d692c19c182125a1 (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.css6
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 {