diff --git a/Wilderfeast/src/pug/wilderfeast.pug b/Wilderfeast/src/pug/wilderfeast.pug index d1c62cdda2d..df556420450 100644 --- a/Wilderfeast/src/pug/wilderfeast.pug +++ b/Wilderfeast/src/pug/wilderfeast.pug @@ -79,12 +79,6 @@ mixin notes label.sr-only(data-i18n=`${style}_value`)= `${style} value` input(name=`attr_${style}` type="number" value="1" min="1" max="5" placeholder="1") - //- .wf__style - button.wf-action(name=`act_${style}` type="action") - span(data-i18n=style)= style - button.wf-action--wild(name=`act_${style}_wild` type="action") - span(data-i18n="go_wild") Go Wild - //- Skills .wf-container.wf-navy.col-span-4.wf__skills h3.wf-heading(data-i18n="skills") Skills @@ -109,11 +103,11 @@ mixin notes button.wf-action(name="act_focus_up" type="action") img( - src="https://raw.githubusercontent.com/morgdalaine/wilderfeast/refs/heads/main/assets/d8.svg" + src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/Wilderfeast/assets/d8.svg" ) span(data-i18n="focus_up") FOCUS UP img( - src="https://raw.githubusercontent.com/morgdalaine/wilderfeast/refs/heads/main/assets/d8.svg" + src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/Wilderfeast/assets/d8.svg" ) div @@ -121,11 +115,11 @@ mixin notes button.wf-action--wild(name="act_go_wild" type="action") img( - src="https://raw.githubusercontent.com/morgdalaine/wilderfeast/refs/heads/main/assets/d20.svg" + src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/Wilderfeast/assets/d20.svg" ) span(data-i18n="go_wild") GO WILD img( - src="https://raw.githubusercontent.com/morgdalaine/wilderfeast/refs/heads/main/assets/d20.svg" + src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/Wilderfeast/assets/d20.svg" ) div diff --git a/Wilderfeast/src/scss/wilderfeast.scss b/Wilderfeast/src/scss/wilderfeast.scss index 4bd20fe3582..045ee457a08 100644 --- a/Wilderfeast/src/scss/wilderfeast.scss +++ b/Wilderfeast/src/scss/wilderfeast.scss @@ -264,7 +264,7 @@ button { &--style { @extend .wf-input; - --container-color: var(--color-green); + --container-color: var(--color-orange); display: inline-block; width: 100%; @@ -278,6 +278,11 @@ button { font-family: var(--font-text-header); font-size: 2em; white-space: nowrap; + + // Orange on White does not meet a11y/WCAG + // but stroke looks... bad. + // -webkit-text-stroke: 4px black; + // paint-order: fill stroke; } } &--valuemax { diff --git a/Wilderfeast/wilderfeast.css b/Wilderfeast/wilderfeast.css index 6a1f7a3688f..149cc2d47a5 100644 --- a/Wilderfeast/wilderfeast.css +++ b/Wilderfeast/wilderfeast.css @@ -591,7 +591,7 @@ button { grid-template-columns: 1fr 3fr; } .wf .wf-input--style { - --container-color: var(--color-green); + --container-color: var(--color-orange); display: inline-block; width: 100%; padding: 0; diff --git a/Wilderfeast/wilderfeast.html b/Wilderfeast/wilderfeast.html index 701d8a7cc0b..2d8c1a455f7 100644 --- a/Wilderfeast/wilderfeast.html +++ b/Wilderfeast/wilderfeast.html @@ -158,9 +158,9 @@