cmp.js
diff --git a/styles/navbar.module.css b/styles/navbar.module.css
index a961a85..88aa580 100644
--- a/styles/navbar.module.css
+++ b/styles/navbar.module.css
@@ -26,7 +26,7 @@
 
     background-color: var(--theme-ui-colors-cardBackground);
     transition: background-color 0.3s ease-in-out;
-    backdrop-filter: blur(7px), brightness(0.1);
+    backdrop-filter: blur(2px);
     border-radius: 32px;
 
     width: 64px;