From 949d5ab8b9021be537193aa18f7b0d1e1e3e4901 Mon Sep 17 00:00:00 2001 From: Melvin Ragusa Date: Sat, 24 Jan 2026 14:00:11 +0100 Subject: [PATCH] style: Adjust navbar backdrop blur intensity and background color opacity. --- src/components/layout/Navbar.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/layout/Navbar.module.css b/src/components/layout/Navbar.module.css index f5b03b8..f856986 100644 --- a/src/components/layout/Navbar.module.css +++ b/src/components/layout/Navbar.module.css @@ -175,8 +175,8 @@ gap: 0; padding: var(--space-lg); background-color: rgba(15, 20, 16, 0.95); - -webkit-backdrop-filter: blur(12px); - backdrop-filter: blur(12px); + -webkit-backdrop-filter: blur(30px); + backdrop-filter: blur(30px); border-bottom: 1px solid var(--md-sys-color-outline-variant); transform: translateY(-100%); opacity: 0; @@ -191,7 +191,7 @@ } .header.scrolled .navLinks { - background-color: rgba(15, 20, 16, 0.85); + background-color: rgba(15, 20, 16, 0.70); } .navLink {