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 +
public/map.svg | 2 --
2 files changed, 1 insertion(+), 2 deletions(-)
(limited to 'public')
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 {
diff --git a/public/map.svg b/public/map.svg
index 6cee83a..d927ae4 100644
--- a/public/map.svg
+++ b/public/map.svg
@@ -46,8 +46,6 @@
-
-
--
cgit v1.2.3