summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/play.html b/play.html
index 565db0f..cc6ebe4 100644
--- a/play.html
+++ b/play.html
@@ -586,6 +586,10 @@ body.shift .mustered_vassals {
//box-shadow: 0 0 6px white, inset 0 0 6px 0px white;
}
+.locale.action.laden {
+ border-color: red;
+}
+
.locale.region {
border-radius: 50%;
}
@@ -601,6 +605,9 @@ body.shift .mustered_vassals {
.locale_extra.action {
box-shadow: 0 0 8px 2px white, inset 0 0 12px 2px white;
}
+.locale_extra.action.laden {
+ box-shadow: 0 0 8px 2px red, inset 0 0 12px 2px red;
+}
.locale_extra.traderoute { border-radius: 50% 30% 10% 10% }
.locale_extra.town { border-radius: 50% 50% 0 0 }