Try to simplify trooper counter

This commit is contained in:
2025-06-16 22:41:31 -07:00
parent c89a152713
commit 4075fd97f9
8 changed files with 185 additions and 75 deletions

View File

@@ -181,11 +181,18 @@ polygon.firing-arc[data-allegiance="attacker"] {
fill: blue;
}
.weapon-icon {
.soldier-record svg use {
r: 5px;
stroke: none;
}
.soldier-record svg.weapon-icon use {
stroke: white;
stroke-width: 0.5px;
}
.soldier-record svg {
width: 20px;
height: 20px;
@@ -210,12 +217,6 @@ polygon.firing-arc[data-allegiance="attacker"] {
font-family: monospace;
}
.weapon-symbol :not(use[href="#counter-base"]) {
stroke: white;
stroke-width: 0.5;
fill: none;
}
.soldier-record.selected {
background-color: khaki;
}