Complete 4.2.1: WCAG AA compliant interactive state implementation

This commit is contained in:
VinnyNC 2025-09-29 23:02:09 -04:00
parent f3776b86b0
commit 45f07f763f
3 changed files with 140 additions and 6 deletions

View file

@ -109,6 +109,7 @@
--hover-overlay: rgba(255, 255, 255, 0.1);
--active-overlay: rgba(255, 255, 255, 0.2);
--focus-ring: rgba(0, 90, 156, 0.5);
--color-focus: var(--dodgers-blue-400); /* WCAG AA compliant focus color */
/* Borders & Dividers */
--border-color: #1a2332;