Design comparison
SolutionDesign
Solution retrospective
I had a hard time figuring out how to change the color of the arrow svg on hover. I ended up using filter:grayscale() to get it close to white. Can anyone suggest other ways to do it.
Community feedback
- @sheikhhaseeb559Posted 11 months ago
You can change the color of SVG by changing the (fill) property inside the SVG address it is written like fill=#colorhex change it to the hex code of color you want
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord