Web Dev Solutions

Catalin Mititiuc

From 4dc47d6f045c01479d1298b933fd3e129d3d8279 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Mon, 22 Apr 2024 14:28:29 -0700 Subject: Add grenade counter --- public/map.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/map.css') diff --git a/public/map.css b/public/map.css index 780b912..ad67ce3 100644 --- a/public/map.css +++ b/public/map.css @@ -86,6 +86,10 @@ g.troop-counter-template text { transform: translate(-5px, 6px); } +[href="#counter-grenade"] { + transform: translate(-5px, -5px); +} + g#points g use.counter { r: 5px; } -- cgit v1.2.3