Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 10 insertions, 0 deletions
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;
}