Responsive Social Link Profile Page

Solution retrospective
I am proud to I learnt how to use the below media query to make the site switch theme to the user's choice @media (prefers-color-scheme: light) { body { background-color: var(--WHITE); }
.attribution { color: var(--DEEP); } }
Next time, I want to improve on using the media query
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Favy-Jay's solution.
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