fix(a11y): resolve color-contrast and link-in-text-block WCAG violations
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 18s
Build & Deploy / 🧪 QA (push) Successful in 1m0s
Build & Deploy / 🏗️ Build (push) Failing after 2m46s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-05-15 09:04:37 +02:00
parent 9368840139
commit 372ef1a418
8 changed files with 70 additions and 35 deletions

View File

@@ -200,6 +200,13 @@
line-height: 1.7;
}
*:focus-visible {
outline: 3px solid var(--color-primary);
outline-offset: 3px;
border-radius: 2px;
}
h1,
h2,
h3,
@@ -241,7 +248,7 @@
/* Link styles */
a {
@apply no-underline transition-all duration-200;
@apply transition-all duration-200;
}
/* List styles */