Web Dev Solutions

Catalin Mititiuc

From 187faec2dfb7959c536d6847a61be912cff9275e Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Wed, 29 May 2024 18:02:18 -0700 Subject: Try to simplify trooper counter --- public/assets/css/style.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'public/assets/css/style.css') diff --git a/public/assets/css/style.css b/public/assets/css/style.css index cde2c33..582e118 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -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; } -- cgit v1.2.3