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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user