Closed Nachasic closed 2 years ago
Name | Link |
---|---|
Latest commit | fa1f0262d590a4d6083d59d3538db65ff2f0d2df |
Latest deploy log | https://app.netlify.com/sites/hl3/deploys/629900bb6306860009a4a1a1 |
Deploy Preview | https://deploy-preview-49--hl3.netlify.app/build |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
I used a11y audit tooling built in Firefox, and the bulk of the problems detected were about color contrast - using our soft white text color (#fdf6ec) on terracotta background (#d44f2c) produces low contrast ratio (0.35) in header navigation. These issues can be fixed by adjusting the color scheme, in his PR I'm setting nav background color and body link text color to a darker shade of terracotta (#c33e1b).
Another set of issues was related to the absence of aria labels on decorative SVGs, that is fixed by adding appropriate aria tags.