From a5e1ebcd478fea473de68aab738d5fb2cb5ddd7c Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Fri, 26 Apr 2024 14:02:46 -0700
Subject: Refactor firing arc module, 'set' function
---
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 972870d..a1a37e9 100644
--- a/public/map.css
+++ b/public/map.css
@@ -150,6 +150,10 @@ polygon.firing-arc[data-allegiance="liao"] {
stroke-width: 0.5;
}
+#lines line {
+ stroke-opacity: 0.2;
+}
+
#lines line {
pointer-events: none;
}
--
cgit v1.2.3