Accessibility: Footer legal text has poor contrast — WCAG AA failure #57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The footer's affiliate/legal disclaimer is styled with `text-base-content/40` on `base-200` (#faf8f6). At 40% opacity, the effective contrast ratio is well below WCAG AA (4.5:1 for normal text).
Location
`src/routes/layout.tsx` line 283:
```tsx
\`\`\`
Suggested Fix
Fix applied in commit
dc442bbChanged the footer legal disclaimer
<p>tag:text-xs→text-sm(better readability)text-base-content/40→text-base-content/70(WCAG AA contrast compliance)Closes #57