Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/style.css b/style.css
index 449405d..7f1946e 100644
--- a/style.css
+++ b/style.css
@@ -154,7 +154,8 @@ use[href="#point"].active {
}
polyline.move-trace {
- stroke: lightcoral;
+ stroke: gray;
+ stroke-dasharray: 2;
fill: none;
}
@@ -227,6 +228,10 @@ g.troop-counter text {
stroke: none;
}
+g#counters {
+ pointer-events: none;
+}
+
g#counters use[data-troop-allegiance="davion"] {
fill: red;
}