fix(color): eliminate redundant dark: accent modifiers (R-8.29), resolve A-1/A-2/A-9 contrast issues, and implement C11-9 quality gate

This commit is contained in:
2026-08-20 22:42:26 +09:00
parent 7e431de1b7
commit a838af4b94
14 changed files with 190 additions and 69 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ export default function Footer() {
IT대학 5(415) 527<br />
<a
href="mailto:sjkoh@knu.ac.kr"
className="draw-underline mt-2 inline-block text-ink hover:text-vermillion font-medium"
className="draw-underline mt-2 inline-block text-ink hover:text-vermillion-dark font-medium"
>
sjkoh@knu.ac.kr
</a>
@@ -68,7 +68,7 @@ export default function Footer() {
</span>
<Link
href={l.href}
className="text-sm text-ink-soft transition hover:text-vermillion"
className="text-sm text-ink-soft transition hover:text-vermillion-dark"
>
{l.ko}{" "}
<span className="text-xs text-ink-mute">{l.en}</span>
+1 -1
View File
@@ -67,7 +67,7 @@ export default function Header() {
className={`group relative flex items-baseline gap-1.5 text-[0.78rem] font-semibold uppercase tracking-[0.18em] transition-all px-3 py-1.5 rounded-md ${
active
? "bg-cobalt-dark text-white dark:text-ivory shadow-sm font-bold"
: "text-ink hover:text-cobalt-dark dark:hover:text-cobalt hover:bg-paper/60"
: "text-ink hover:text-cobalt-dark hover:bg-paper/60"
}`}
>
<span