Recipe Main Page with HTML and CSS

Solution retrospective
Changing list colors and spacing is tricky, any feedback is welcome =]
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Adritriz
Hi! You wanted some feedback on changing the color for the list marker, here's a simple way of styling markers:
ul li::marker, ol li::marker { color: var(--NUTMEG-COLOR); }
using the ::marker pseudo element you can style the markers easily.
Marked as helpful
Join 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