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);