From ac9b4563141af33e30f4470500499ea927b87868 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Sat, 6 Apr 2024 11:45:21 -0700
Subject: Add styling to sight line target hex
---
style.css | 7 +++++++
1 file changed, 7 insertions(+)
(limited to 'style.css')
diff --git a/style.css b/style.css
index 7af36b9..4d288b9 100644
--- a/style.css
+++ b/style.css
@@ -148,6 +148,13 @@ use[href="#point"].active {
opacity: 0.2;
}
+use[href="#point"].sight-line-target {
+ opacity: 1;
+ stroke: orangered;
+ /* stroke-width: 1px; */
+ fill-opacity: 0.04;
+}
+
polyline.move-trace {
stroke: gray;
stroke-dasharray: 2;
--
cgit v1.2.3