diff --git a/Forbidden_Lands/Forbidden_Lands.css b/Forbidden_Lands/Forbidden_Lands.css
index cbe1271a8ec..c0727a29425 100644
--- a/Forbidden_Lands/Forbidden_Lands.css
+++ b/Forbidden_Lands/Forbidden_Lands.css
@@ -6010,19 +6010,21 @@ span.willpower-box3 {
.sheet-rolltemplate-forbiddenlands .sheet-template-white-dice {
background-color: #fff;
- border: 1px solid #000;
+ border: 1px solid transparent;
border-radius: 5px;
line-height: 0;
+ outline: 1px solid #000;
padding: 3px;
text-align: center;
}
.sheet-rolltemplate-forbiddenlands .sheet-template-maroon-dice {
background-color: #a60100;
- border: 1px solid #000;
+ border: 1px solid transparent;
border-radius: 5px;
color: #fff;
line-height: 0;
+ outline: 1px solid #000;
padding: 3px;
text-align: center;
}
@@ -6033,6 +6035,7 @@ span.willpower-box3 {
border-radius: 5px;
color: #fff;
line-height: 0;
+ outline: 1px solid #000;
padding: 3px;
text-align: center;
}
diff --git a/Forbidden_Lands/Forbidden_Lands.html b/Forbidden_Lands/Forbidden_Lands.html
index 0010aec7567..d8441c74911 100644
--- a/Forbidden_Lands/Forbidden_Lands.html
+++ b/Forbidden_Lands/Forbidden_Lands.html
@@ -37,9 +37,10 @@
*