Skip to content

Commit

Permalink
styles: refine link color
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnrivers committed Jan 5, 2025
1 parent 6b06a65 commit 850b8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const Header: React.FC<{ className?: string }> = ({ className }) => {
href={href}
className={cn(
'p-2 text-xl font-bold uppercase',
isCurrent && 'text-red-400',
isCurrent && 'text-red-400 hover:text-red-500',
)}
>
{label}
Expand Down

0 comments on commit 850b8e7

Please sign in to comment.