Exifly / ApiVault

Your gateway to a world of public APIs.
https://apivault.dev
Other
435 stars 39 forks source link

Hover effect doesn't work on light mode on Trending Categories #164

Closed gdjohn4s closed 1 year ago

gdjohn4s commented 1 year ago

Describe the bug

When hovering over the trending categories in light mode, the hover effect is not visible.

To Reproduce

Steps to reproduce the behavior:

  1. Go to apivault.dev
  2. Hover over the trending categories.

Expected behavior

I should be able to clearly see the hover effect.

Screenshots

https://github.com/Exifly/ApiVault/assets/19678157/08ff081b-3b05-4a5f-b2b7-f7185f3dc6b9

Desktop (please complete the following information):

DomeT99 commented 1 year ago

HI! I tried to reproduce this bug, but the problem is that the color of the hover property is very similar to the base color. Therefore, it is imperceptible. The feature works fine.

This is the property: --bg-card-glass-hover: rgba(236, 236, 236, 0.916);

FlavioAdamo commented 1 year ago

@DomeT99 So if i understood correctly we need to change the the base background color or the :hover background color in the light mode, can you work on this issue?

🇮🇹 💪 btw

DomeT99 commented 1 year ago

Okay, I could open a PR to resolve this problem later, no worries.