style(design): FINDING-003 — ink-400/500 캡션 대비 WCAG AA 통과로 다크닝
ink-400(#9aa1ac)이 11~13px 소형 텍스트(타일 부제·테이블 헤더·각주)에 쓰이는데 대비 2.54:1 로 AA(4.5:1) 미달. ink-400→#6d7480(4.59:1), ink-500→#5d6470(5.81:1)으로 2단 위계 유지한 채 통과. 실측 재검증. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
a750c1098a
commit
433b973505
@ -12,8 +12,10 @@
|
||||
|
||||
--color-ink-900: #171a20;
|
||||
--color-ink-700: #3d434f;
|
||||
--color-ink-500: #6b7280;
|
||||
--color-ink-400: #9aa1ac;
|
||||
/* ink-500/400: 소형(11~13px) 캡션·라벨에 쓰이므로 WCAG AA 4.5:1 이상 필수
|
||||
(기존 ink-400 #9aa1ac 은 2.54:1 로 미달 — 위계는 크기·굵기가 담당) */
|
||||
--color-ink-500: #5d6470;
|
||||
--color-ink-400: #6d7480;
|
||||
|
||||
--color-primary-700: #4338ca;
|
||||
--color-primary-600: #4f46e5;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user