Building a seasonal veg app with Eleventy. Part 4 - Accessibility
After my first deploy, I did a quick check with Lighthouse to see how my metrics are looking.
I need 100 for all if I want to do well in the leaderboard.
The issue came from my home link, which has orange text on a white background. Not a good enough color contrast.
As a temporary fix (because eventually I'd like to replace this with a clickable logo) I changed the font color to be the same as the other text color (#333) and put an orange bottom border to have some sort of indication that it's clickable.
After a redeploy with the fix, I got 100 for each metric!