Skip to content

Commit

Permalink
change hover effect for browse links to white
Browse files Browse the repository at this point in the history
  • Loading branch information
JabaDUDE committed Jun 20, 2024
1 parent f035792 commit 49fe417
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ const BrowseHeader = styled(NavLink)`
border-bottom: solid 1.5px rgba(255, 255, 255, 0.75);
margin: 0;
}
&:hover {
color: white;
}
`

const StyledInternalLink = styled(NavLink)`
Expand Down

0 comments on commit 49fe417

Please sign in to comment.