Latest solutions
Latest comments
- @exitsimulationSubmitted over 2 years ago@zouvierPosted over 2 years ago
create a cyan color as a rgba . the last value is used to set the opacity. Use that value for the bg and your eye should show up properly
'nft-cyan-hover':'hsl(178, 100%, 50%, 0.5)'
This will give you the transparency effect while keeping the eye fully visible on hover
Thought i would comment since your post helped me figure out the hover effect
0