The WCAG 1.4.3 contrast fix — dark green (#507020) with underline —
has been present in deploy/gitea-a11y/custom/public/css/a11y-fixes.css
since grafted commit aae8b59, but no PR ever linked it to issue #548.
Add:
- docs/issue-548-verification.md — acceptance criteria check, evidence, origin
- tests/test_issue_548_a11y_green_links.py — regression guard ensuring the CSS fix remains
This closes the open issue by documenting the already-deployed solution.
Closes#548