This commit is contained in:
2025-08-20 16:18:35 +02:00
parent b60c8ac807
commit 45c907a16b
8 changed files with 92 additions and 80 deletions

View File

@@ -4,7 +4,7 @@ export function NavLink({ href, children }) {
return (
<Link
href={href}
className="inline-block rounded-lg px-2 py-1 text-sm text-white hover:bg-gold-600 hover:text-slate-900"
className="inline-block rounded-lg px-2 py-1 text-sm text-[#245527] hover:bg-[#245527] hover:text-white transition-colors duration-200"
>
{children}
</Link>