cyblogerz / hacktoberHub

This website let users explore a vast collection of open-source projects participating in Hacktoberfest. With a minimalistic and user-friendly interface, finding the perfect project to contribute to has never been easier.
https://hacktoberhub.netlify.app
6 stars 14 forks source link

Added hover effects for the repo card component #17

Closed IrfanSalim closed 1 year ago

IrfanSalim commented 1 year ago

Addressed issue #9

Hacktoberfest

netlify[bot] commented 1 year ago

Deploy Preview for hacktoberhub ready!

Name Link
Latest commit 6acb54154a7d360e891dcd134658d53644fa7563
Latest deploy log https://app.netlify.com/sites/hacktoberhub/deploys/651c2abffcf5ff000806a3ea
Deploy Preview https://deploy-preview-17--hacktoberhub.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

aakash19here commented 1 year ago

It seems there are some issues with the hover bg color for light mode themes

IrfanSalim commented 1 year ago

It seems there are some issues with the hover bg color for light mode themes

Yes right, my bad. I'm not able to figure out how to change the hover bg color depending on the theme, any suggestions?

aakash19here commented 1 year ago

It seems there are some issues with the hover bg color for light mode themes

Yes right, my bad. I'm not able to figure out how to change the hover bg color depending on the theme, any suggestions?

There's a useEffect to set the theme , you can share the state via any state management library ex: Zustand , and then conditionally add tailwind classes