From f3a5999142f3444d2fc661c5f0747ddaaaaf5e59 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Wed, 24 Apr 2024 13:14:32 -0700
Subject: Retain preexisting counters in move history
---
public/map.css | 8 ++++++++
1 file changed, 8 insertions(+)
(limited to 'public/map.css')
diff --git a/public/map.css b/public/map.css
index cc95931..dda1655 100644
--- a/public/map.css
+++ b/public/map.css
@@ -100,6 +100,14 @@ g.clone {
stroke-dasharray: 1;
}
+g.clone [href="#counter-prone"] {
+ opacity: 0.5;
+}
+
+.removed[href="#counter-prone"] {
+ opacity: 0.5;
+}
+
g[data-allegiance="davion"].clone {
fill: rgb(255, 126, 126);
}
--
cgit v1.2.3