From 433b973505547cb3cb96a3b0eb853b64010a96d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=AF=BC=ED=97=8C?= Date: Mon, 13 Jul 2026 22:52:37 +0900 Subject: [PATCH] =?UTF-8?q?style(design):=20FINDING-003=20=E2=80=94=20ink-?= =?UTF-8?q?400/500=20=EC=BA=A1=EC=85=98=20=EB=8C=80=EB=B9=84=20WCAG=20AA?= =?UTF-8?q?=20=ED=86=B5=EA=B3=BC=EB=A1=9C=20=EB=8B=A4=ED=81=AC=EB=8B=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- lps-admin/src/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lps-admin/src/index.css b/lps-admin/src/index.css index e48535d..41556b9 100644 --- a/lps-admin/src/index.css +++ b/lps-admin/src/index.css @@ -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;