From 6ad994b1b793ce9a7c0a5fee7d0b0af9fc4f63e8 Mon Sep 17 00:00:00 2001 From: "soroush.asadi" Date: Mon, 15 Jun 2026 23:22:07 +0330 Subject: [PATCH] Glassmorphism: glass sidebar + contrast fixes Addresses washed-out contrast and extends glass to the sidebar: - Deeper, more vivid gradient field so frosted cards lift off the background. - Cards more opaque (0.74) with crisper borders + inner highlight; darker muted text. - Frosted form fields kept more opaque than cards so input text stays high-contrast (mode-aware light/dark). - Sidebar is now true dark frosted glass (translucent + backdrop-blur) instead of a solid gradient, kept dark enough to keep the white nav text readable. Co-Authored-By: Claude Opus 4.8 --- client/src/components/AppShell.tsx | 4 +-- client/src/index.css | 56 +++++++++++++++++------------- 2 files changed, 34 insertions(+), 26 deletions(-) diff --git a/client/src/components/AppShell.tsx b/client/src/components/AppShell.tsx index 5f85497..5728fe7 100644 --- a/client/src/components/AppShell.tsx +++ b/client/src/components/AppShell.tsx @@ -29,8 +29,8 @@ export function AppShell({ children }: { children: ReactNode }) { return (