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 @@ *

Latest Announcements

- 08/27/23 + 10/25/23
    v1.856 +
  1. Barely perceptible border-radius aberration fix.
  2. Small positional adjustment to header/footer/nav tabs.
  3. Extended the Attribute range indicators(clickable skulls) to 7 to account for artifacts or...? that might raise a score above 6.
  4. Added datalist for Kin and Profession fields.