Merge PR #663: deploy/gitea-a11y/custom/public/css/a11y-fixes.css

This commit is contained in:
Merge Bot
2026-04-16 05:10:54 +00:00
parent c2d02ec9be
commit 1f8f1abb29

View File

@@ -0,0 +1,11 @@
/* a11y-fixes.css — Gitea custom public CSS overrides for WCAG 2.1 AA */
/* V4 (#548): Green inline links — darken + underline for contrast */
.markdown-body a,
.markdown-body a:not(.label):not([class]) {
color: #507020 !important;
text-decoration: underline !important;
}
.markdown-body a:hover,
.markdown-body a:focus {
color: #3a5518 !important;
}