From 711b609e0cc6541cc1a30ffc285c823f9104e074 Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Mon, 25 May 2026 02:46:55 -0400 Subject: [PATCH] =?UTF-8?q?A.7-polish-4=20applet=20stat-block=20palette=20?= =?UTF-8?q?tweak=20=E2=80=94=20user-edited=202026-05-25=20PM.=20Two=20adju?= =?UTF-8?q?stments=20inside=20`=5Fbillboard.scss`'s=20`.my-sign-applet-sta?= =?UTF-8?q?t-block`=20block:=20(1)=20Minor/middle=20.stat-face-title=20col?= =?UTF-8?q?or=20shifts=20from=20--quiUser=20to=20--quaUser=20=E2=80=94=20t?= =?UTF-8?q?he=20previous=20--quiUser=20tint=20blended=20too=20closely=20w.?= =?UTF-8?q?=20the=20keywords=20text=20in=20the=20applet=20at=20applet-card?= =?UTF-8?q?-w=20sizing;=20--quaUser=20provides=20better=20contrast=20again?= =?UTF-8?q?st=20the=20dimmer=20surrounding=20body.=20(2)=20The=20gravity-p?= =?UTF-8?q?olarity=20stat-block=20inversion=20now=20reads=20--priUser=20bg?= =?UTF-8?q?=20+=20--secUser-tinted=20keywords/border=20(was=20--secUser=20?= =?UTF-8?q?bg=20+=20--priUser=20keywords)=20=E2=80=94=20the=20prior=20assi?= =?UTF-8?q?gnment=20had=20the=20stat-block=20more=20saturated=20than=20the?= =?UTF-8?q?=20adjacent=20card,=20drawing=20the=20eye=20away=20from=20the?= =?UTF-8?q?=20card=20art;=20flipping=20the=20assignment=20lets=20the=20car?= =?UTF-8?q?d=20stay=20the=20visual=20anchor=20while=20the=20stat-block=20r?= =?UTF-8?q?ecedes=20into=20a=20calmer=20companion=20surface.=20.stat-face-?= =?UTF-8?q?label=20color=20stays=20--quiUser=20since=20it's=20the=20always?= =?UTF-8?q?-on=20identity=20marker=20and=20reads=20correctly=20against=20b?= =?UTF-8?q?oth=20bg=20variants.=20Pure=20SCSS=20=E2=80=94=20no=20template?= =?UTF-8?q?=20/=20view=20/=20JS=20/=20test=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- src/static_src/scss/_billboard.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/static_src/scss/_billboard.scss b/src/static_src/scss/_billboard.scss index 1826ec4..bab80f4 100644 --- a/src/static_src/scss/_billboard.scss +++ b/src/static_src/scss/_billboard.scss @@ -639,7 +639,7 @@ body.page-billposts { line-height: 1.15; margin: 0 0 calc(var(--applet-card-w) * 0.03); text-wrap: balance; - color: rgba(var(--quiUser), 1); + color: rgba(var(--quaUser), 1); } &[data-arcana-key="MAJOR"] .stat-face-title { color: rgba(var(--terUser), 1); @@ -676,12 +676,12 @@ body.page-billposts { // --secUser stat block (light), w. --quiUser label + --priUser // keywords for contrast against the light bg. .my-sign-applet-body[data-polarity="gravity"] .my-sign-applet-stat-block { - background: rgba(var(--secUser), 0.8); - border-color: rgba(var(--priUser), 0.15); + background: rgba(var(--priUser), 1); + border-color: rgba(var(--secUser), 0.15); .stat-face-label { color: rgba(var(--quiUser), 1); } .stat-keywords li { - color: rgba(var(--priUser), 1); - border-bottom-color: rgba(var(--priUser), 0.18); + color: rgba(var(--secUser), 1); + border-bottom-color: rgba(var(--secUser), 0.18); } }