diff --git a/CHANGELOG.md b/CHANGELOG.md index 4458b46..238ab09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.3.26 + +Fixed styling of voluntary flaw boost buttons. Darkmode PC sheet and familiar sheet maintenance updates from @Vesselchuck. + # 1.3.25 Fixed offset in the new ability score manager. diff --git a/styles/chat.css b/styles/chat.css index 18f39ef..0c6c0c4 100644 --- a/styles/chat.css +++ b/styles/chat.css @@ -1229,15 +1229,6 @@ button.half-damage .fa-heart-broken::after { background-color: var(--paizo-blue-bright); } -.tooltip { - background-color: var(--pf2e-color-mono-dark); - box-shadow: var(--glassy); - border: none; - border-radius: 5px; - color: white; - text-shadow: var(--pf2e-text-shadow-is-dark); -} - .chat-message .table-draw .table-description { border-top: none; color: var(--pf2e-body-secondary); diff --git a/styles/dorako-ui.css b/styles/dorako-ui.css index 8c2f5da..2d97088 100644 --- a/styles/dorako-ui.css +++ b/styles/dorako-ui.css @@ -217,4 +217,13 @@ img { .ability-builder-popup .window-content .background-stripes { padding: 0px; padding-left: 6px; +} + +.tooltip:not(.boost) { + background-color: var(--pf2e-color-mono-dark); + box-shadow: var(--glassy); + border: none; + border-radius: 5px; + color: white; + text-shadow: var(--pf2e-text-shadow-is-dark); } \ No newline at end of file