diff --git a/app/globals.css b/app/globals.css index a8c214d..7641b9d 100644 --- a/app/globals.css +++ b/app/globals.css @@ -62,4 +62,9 @@ ::-webkit-scrollbar { display: none; +} + +.glass { + backdrop-filter: blur(15px) saturate(100%); + -webkit-backdrop-filter: blur(15px) saturate(100%); } \ No newline at end of file diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 8023f11..4399fa1 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -93,7 +93,7 @@ function Navbar() { <>