From 8bdc2696093db826158076b194284d64c6aa4fc5 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Mon, 25 Mar 2024 13:26:03 -0700
Subject: Add line of sight
---
style.css | 10 ++++++++++
1 file changed, 10 insertions(+)
(limited to 'style.css')
diff --git a/style.css b/style.css
index 2283b43..46ad1d6 100644
--- a/style.css
+++ b/style.css
@@ -20,6 +20,11 @@ use[href="#point"].active {
opacity: 1;
}
+circle.counter {
+ stroke: transparent;
+ stroke-width: 0.5in;
+}
+
circle.counter[data-troop-allegiance="liao"] {
fill: green;
}
@@ -66,6 +71,11 @@ line.ruler {
stroke-width: 0.25in;
}
+.sight-line {
+ stroke: black;
+ stroke-width: 3px;
+}
+
.soldier-record {
display: inline-block;
}
--
cgit v1.2.3