fix(web): remove marketing backdrop stack for lighter dashboard shell

Drop the CSS lens overlay (blend modes, noise, inversion) and backdrop-blur
from the ops dashboard so compositing no longer competes with xterm on /chat.
Use flat theme backgrounds and direct Nous Blue palette colors instead of
FG-inversion authoring.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Austin Pickett 2026-06-26 14:38:02 -04:00 committed by Teknium
parent b963d3238b
commit 57d98ebed7
21 changed files with 50 additions and 299 deletions

View file

@ -55,7 +55,7 @@ export function PageHeaderProvider({
className={cn(
"z-1 w-full shrink-0",
"box-border border-b border-current/20",
"bg-background-base/40 backdrop-blur-sm",
"bg-background-base",
// Mobile stacks title + toolbar — fixed h-14 clips content; desktop stays one row.
"min-h-0 overflow-x-hidden overflow-y-visible py-3 sm:h-14 sm:min-h-[3.5rem] sm:overflow-hidden sm:py-0",
)}
@ -88,7 +88,6 @@ export function PageHeaderProvider({
? "shrink truncate"
: "truncate",
)}
style={{ mixBlendMode: "plus-lighter" }}
>
{displayTitle}
</h1>