feat: align design tokens with Vectry unified design language
- Change background from #0a0a0f to #0a0a0a (matching vectry.tech + AgentLens) - Remove unused --accent-cyan and --shadow-card tokens - Add shared Vectry design aliases (surface-page, surface-card, border-default, radius-card, etc.) - Fix hardcoded #0a0a0f in layout.tsx, history/page.tsx, and mermaid-diagram.tsx
This commit is contained in:
@@ -73,7 +73,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" className="dark">
|
||||
<body
|
||||
className={`${inter.variable} ${jetbrainsMono.variable} font-sans antialiased bg-[#0a0a0f] text-white min-h-screen`}
|
||||
className={`${inter.variable} ${jetbrainsMono.variable} font-sans antialiased bg-[#0a0a0a] text-white min-h-screen`}
|
||||
>
|
||||
<div className="relative min-h-screen flex flex-col">
|
||||
<div className="fixed inset-0 bg-gradient-radial pointer-events-none" />
|
||||
|
||||
Reference in New Issue
Block a user