summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mountain-danger.svg2
-rw-r--r--play.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/mountain-danger.svg b/mountain-danger.svg
index fd9cb5d..b765d63 100644
--- a/mountain-danger.svg
+++ b/mountain-danger.svg
@@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="210" height="148">
-<path fill="none" stroke="#f00" stroke-width="8" d="m106.203 59.988-3.814 6.645-23.34-22.328L21.15 132h168.596L127.947 22.14l-21.744 37.848Z"/>
+<path fill="none" stroke="#f00" stroke-width="5" d="m106.203 59.988-3.814 6.645-23.34-22.328L21.15 132h168.596L127.947 22.14l-21.744 37.848Z"/>
<path fill="none" stroke="#ff0" stroke-width="8" d="M10 138 78 35l23 22 27-47 72 128Z"/>
</svg>
diff --git a/play.css b/play.css
index e59cd07..340c9ae 100644
--- a/play.css
+++ b/play.css
@@ -291,7 +291,7 @@ body.shift .highlight {
box-shadow: inset 0 0 3px black, 0 0 3px black;
}
.wilderness.danger, .cultivated.danger, .box.danger {
- box-shadow: inset 0 0 0 3px red, inset 0 0 3px 3px black, 0 0 3px black;
+ box-shadow: inset 0 0 0 2px red, inset 0 0 3px 2px black, 0 0 3px black;
}
.wilderness.tip, .cultivated.tip, .box.tip, .militia-box.tip {
border-color: white;