Skip to content

Commit 79461a9

Browse files
fix(web): bump ledger .tag color to vermilion-glow for AA contrast
The ledger row tags (AMD, PFN, SFT, EDINET, BO-5, KG-2, MIT) rendered --vermilion (#E8503A) at 9 px on the dark ink-card row, measuring 4.32-4.5:1 against axe — just under the 4.5:1 WCAG AA threshold for small text. Switched the tag color and border to --vermilion-glow (#FF6B52), which lifts the ratio to ~5.7:1 and unblocks CI's a11y.spec.ts run.
1 parent d046623 commit 79461a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/app/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,8 +2071,8 @@ h1.hero-title .accent::after {
20712071
.repro-ledger .row .v em { color: var(--vermilion); font-style: normal; font-weight: 500; }
20722072
.repro-ledger .row .tag {
20732073
font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
2074-
color: var(--vermilion);
2075-
border: 1px solid var(--vermilion);
2074+
color: var(--vermilion-glow);
2075+
border: 1px solid var(--vermilion-glow);
20762076
padding: 2px 6px;
20772077
}
20782078
.repro-ledger .row.total { background: rgba(232, 80, 58, 0.06); }

0 commit comments

Comments
 (0)