diff --git a/public/app.css b/public/app.css index 3d4c1f7..4a082a1 100644 --- a/public/app.css +++ b/public/app.css @@ -1625,6 +1625,28 @@ body.show-fids .field[data-fid]::after { .check-tile.fail .check-why { display: block; } +.check-tile.informational .check-why { + display: block; +} +.check-tile.informational .check-band { + font-style: italic; +} +.refine-suggestion { + margin-top: 6px; + padding: 8px 10px; + border-radius: var(--radius-sm); + border: 1px solid var(--ember-soft); + background: var(--ember-soft); + display: flex; + flex-direction: column; + align-items: flex-start; + gap: 6px; +} +.refine-suggestion span { + font-size: 11.5px; + color: var(--ink-2); + line-height: 1.4; +} .dock-note { font-size: 10.5px; color: var(--ink-3); @@ -2796,6 +2818,10 @@ body.show-fids .field[data-fid]::after { td.passcell.fail::before { content: "✗ "; } + td.passcell.informational::before { + content: "— "; + color: var(--mid); + } } /* ─── Legacy .opt styling reused by the (hidden-on-screen) print worksheet's own radios ── */ diff --git a/public/index.html b/public/index.html index 8ecfde5..4b05dd1 100644 --- a/public/index.html +++ b/public/index.html @@ -499,7 +499,17 @@ >0 the first time you roast this coffee. Afterwards, carry "One change next batch" here — this is how the plan learns. +