Skip to content

Commit

Permalink
Merge pull request #197 from rushikeshg25/fix/footer-links-lightmode-…
Browse files Browse the repository at this point in the history
…hover-color

fix: Fixed the color on hovering links in the footer in both Light and Dark Mode
  • Loading branch information
piyushgarg-dev authored Oct 19, 2023
2 parents 77fa85c + 6c49b2a commit f16324e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/templates/ebraj/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ export const Footer = () => {
<Link
href={singleSubItem.url}
key={index}
className="block text-slate-500 hover:text-gray-100"
className="block text-slate-500 dark:hover:text-gray-100 hover:text-gray-950"
>
<li key={index}>{singleSubItem.title}</li>
</Link>
Expand Down

0 comments on commit f16324e

Please sign in to comment.