From 821e27ff0e7c4557779411f47c877bc7f7bf1e3f Mon Sep 17 00:00:00 2001 From: Melvin Ragusa Date: Sat, 24 Jan 2026 13:56:33 +0100 Subject: [PATCH] style: increase Navbar background opacity for improved visibility. --- src/components/layout/Navbar.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/Navbar.module.css b/src/components/layout/Navbar.module.css index 00ccba5..f5b03b8 100644 --- a/src/components/layout/Navbar.module.css +++ b/src/components/layout/Navbar.module.css @@ -174,7 +174,7 @@ flex-direction: column; gap: 0; padding: var(--space-lg); - background-color: rgba(15, 20, 16, 0.4); + background-color: rgba(15, 20, 16, 0.95); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid var(--md-sys-color-outline-variant);