diff --git a/apps/web/src/app/(home)/_components/Navbar.tsx b/apps/web/src/app/(home)/_components/Navbar.tsx index d2cebce..4a20a15 100644 --- a/apps/web/src/app/(home)/_components/Navbar.tsx +++ b/apps/web/src/app/(home)/_components/Navbar.tsx @@ -44,25 +44,31 @@ const Navbar = () => { className={`fixed top-0 right-0 z-[100] w-screen px-8 py-5 flex items-center sm:justify-between justify-center transition-all duration-300 ${ scrolled ? "bg-transparent border-transparent" - : "sm:bg-black/10 sm:backdrop-blur-xl sm:border-b border-white/10" + : "sm:bg-black/40 sm:backdrop-blur-xl sm:border-b border-blue-500/20" }`} >