Change styling
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user