mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-05-15 17:12:19 +02:00
More staff pictures & styling
All checks were successful
Deploy NPM app / Deploy NPM (push) Successful in 52s
All checks were successful
Deploy NPM app / Deploy NPM (push) Successful in 52s
This commit is contained in:
@@ -32,7 +32,7 @@ const Navbar = () => {
|
||||
className={`fixed top-0 left-0 right-0 z-50 transition-all duration-300 ${
|
||||
scrolled
|
||||
? "bg-background shadow-card"
|
||||
: "bg-background"
|
||||
: "bg-background-white"
|
||||
}`}
|
||||
>
|
||||
<div className="container mx-auto flex items-center justify-between px-4 py-3 relative z-50">
|
||||
@@ -47,7 +47,7 @@ const Navbar = () => {
|
||||
<a
|
||||
key={link.href}
|
||||
href={link.href}
|
||||
className="text-sm font-medium text-foreground/80 hover:text-primary transition-colors"
|
||||
className="text-sm font-medium text-black/80 hover:text-primary transition-colors"
|
||||
>
|
||||
{link.label}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user