From 93ef00d18016786ae3491b14c4098c63590e18b9 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Fri, 26 Apr 2024 10:37:36 -0700
Subject: More refactor of firing arcs module
---
public/map.css | 1 +
1 file changed, 1 insertion(+)
(limited to 'public/map.css')
diff --git a/public/map.css b/public/map.css
index d960ba8..972870d 100644
--- a/public/map.css
+++ b/public/map.css
@@ -147,6 +147,7 @@ polygon.firing-arc[data-allegiance="liao"] {
#lines polyline, #lines line {
fill: none;
stroke: black;
+ stroke-width: 0.5;
}
#lines line {
--
cgit v1.2.3