Retain preexisting counters in move history

This commit is contained in:
2025-06-16 22:41:29 -07:00
parent ab6faa6a0d
commit 7fc0522a98
2 changed files with 29 additions and 10 deletions

View File

@@ -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);
}