hi, it's Yasmin

Building a seasonal veg app with Eleventy. Part 4 - Accessibility

Read part 3

After my first deploy, I did a quick check with Lighthouse to see how my metrics are looking.

Each Lighthouse metric showing 100 except accessibility, which is at 91

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.

A warning around my home link showing "Background and foreground colors do not have a sufficient contrast ratio"

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!

All Lighthouse metrics showing 100 with confetti

Read part 5

#accessibility #eleventy #frontend