styling changes

This commit is contained in:
Thomas Camlong
2025-04-18 15:56:11 +02:00
parent 7ed66b5da7
commit 783e3d1f4b
3 changed files with 13 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ export function Header() {
return (
<motion.header
className="border-b sticky top-0 z-50 backdrop-blur-md border-border/50"
className="border-b sticky top-0 z-50 backdrop-blur-2xl bg-background/50 border-border/50"
initial={{ y: -20, opacity: 0 }}
animate={{ y: 0, opacity: 1 }}
transition={{ duration: 0.3, ease: "easeOut" }}