You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style(askbar): brighten input + result panel so they pop off the page bg
Both the bottom Ask Bar input and the streaming result panel were using
bg-surface-raised/95 which on dark themes mixes too close to the page
background — the Ask Bar disappeared into the dark gradient at the
bottom of the page.
Now both surfaces use color-mix(in oklab, var(--hz-surface-raised) 92%,
white 6%) for an extra half-step of brightness, plus a brighter
border-text/15 (≈12% white) and a subtle inset top-line on the result
panel. Reads as a clearly elevated surface on dark themes without going
chalky on light ones.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments