ocd-website/frontend
TheMaddax f4e95487d7 feat: Implement high contrast accessibility themes for low vision users
🎉 Major Accessibility Enhancement - WCAG AAA Compliant High Contrast Themes

 New Features:
• High Contrast Light theme (pure black on white, 7:1+ contrast ratio)
• High Contrast Dark theme (pure white on black, 7:1+ contrast ratio)
• Custom high contrast icons for theme selector
• Enhanced 4px yellow focus indicators for keyboard navigation
• Multiple access points (navigation dropdown + footer buttons)

�� Technical Implementation:
• CSS-only theme switching using semantic variables
• Next-themes integration for persistent theme selection
• Comprehensive button and navigation text visibility fixes
• CTA section contrast improvements
• Enhanced typography with 600-700 font weights
• Strong 2-3px borders for element definition

🎯 Accessibility Compliance:
• WCAG AAA compliance achieved with maximum contrast ratios
• Complete text visibility across all UI elements
• Eliminated blue elements in high contrast modes for true contrast
• Performance optimized with no JavaScript re-rendering

📁 Files Modified:
• frontend/src/app/globals.css - Added high contrast CSS variables and overrides
• frontend/src/app/layout.tsx - Updated ThemeProvider configuration
• frontend/src/components/atoms/Icons.tsx - Added high contrast icons
• frontend/src/components/molecules/ThemeSelector.tsx - Enhanced theme options
• frontend/src/components/organisms/Footer.tsx - Added accessibility section

🏆 Impact:
Provides essential accessibility support for low vision users in the deaf community,
ensuring the OCD website is inclusive and accessible to all users.
2025-06-02 14:24:43 -06:00
..
src feat: Implement high contrast accessibility themes for low vision users 2025-06-02 14:24:43 -06:00
Dockerfile feat: create project structure and update implementation files 2025-03-25 09:28:10 -05:00
Dockerfile.dev Add Docker development environment with hot reloading 2025-06-01 06:55:36 -07:00
health.js feat: create project structure and update implementation files 2025-03-25 09:28:10 -05:00
next-env.d.ts feat(website): complete Phase 1 with public pages and Tailwind styling 2025-03-25 10:34:41 -05:00
next.config.js feat(website): complete Phase 1 with public pages and Tailwind styling 2025-03-25 10:34:41 -05:00
package-lock.json Fix dark theme gradients on home page 2025-06-01 22:59:10 -06:00
package.json Fix dark theme gradients on home page 2025-06-01 22:59:10 -06:00
postcss.config.js feat(website): complete Phase 1 with public pages and Tailwind styling 2025-03-25 10:34:41 -05:00
tailwind.config.js Fix dark theme gradients on home page 2025-06-01 22:59:10 -06:00
tsconfig.json Add in with video management and improve member and events management. 2025-03-26 17:45:44 -05:00
tsconfig.tsbuildinfo MAJOR MILESTONE: Complete CSS Variable Theme System Implementation 2025-06-02 12:46:28 -06:00