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
fix(header): switch active topic nav from blue accent to grayscale
The active topic tab in the docs header (e.g. "Terminal") rendered with
pale blue text and a 2px pale blue underline because both pulled from
`--sl-color-text-accent`. Per Warp brand guidelines flagged in
internal review, the top nav should match the sidebar's neutral
grayscale active treatment instead.
Switch the `a[aria-current='page']` text color and the 2px underline
indicator to `--sl-color-white`. That token is theme-aware (off-white
in dark, near-black in light) and is the same color used by the
sidebar's selected row in `warp-components.css` §1, so the two
navigation surfaces now share one grayscale "selected" visual
language.
Comments above each rule are updated to reflect the new design intent.
The Scalar-style underline anchor (replacing the header hairline under
the active tab) is preserved; only the color changes.
Co-Authored-By: Oz <oz-agent@warp.dev>
0 commit comments