Change styling

This commit is contained in:
2026-01-29 13:23:04 +01:00
parent afa7e3986e
commit 8a5bd75a11
2 changed files with 10 additions and 2 deletions

View File

@ -61,7 +61,7 @@ export default function TopNav() {
key={href}
href={href}
onClick={() => setOpen(false)}
className="block px-4 py-2 rounded-md hover:bg-muted text-sm font-medium transition-colors"
className="block px-4 py-2 rounded-md hover:bg-hover focus-visible:bg-hover text-sm font-medium transition-colors"
>
{label}
</Link>