Skip to content

a11y: Fix color contrast issues in footer text #102

@BillChirico

Description

@BillChirico

Description

The footer has color contrast accessibility violations that cause axe-core scans to fail.

Details

  • Issue: Color contrast ratio is insufficient for footer text
  • Impact: May make text difficult to read for users with visual impairments
  • Current workaround: Excluded color-contrast rule in E2E accessibility tests

Tasks

  • Audit footer text and background color combinations
  • Update colors to meet WCAG AA contrast requirements (4.5:1 for normal text, 3:1 for large text)
  • Re-enable color-contrast rule in e2e/accessibility.spec.ts

References

  • WCAG 2.1 Success Criterion 1.4.3: Contrast (Minimum)
  • Related file: e2e/accessibility.spec.ts

Metadata

Metadata

Assignees

Labels

accessibilityAccessibility improvementsbugSomething isn't workingfrontendFrontend/UI changes

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions