ocd-website/frontend/src
TheMaddax e8ba34e3b7 feat: Implement comprehensive CSS variable theme system
- Fix critical navigation dark theme issues (white background on scroll, poor text contrast)
- Replace all hardcoded Tailwind colors with semantic CSS classes throughout Footer and Navigation
- Add complete set of CSS variable classes for consistent theming (.nav-bar, .footer, .nav-link, etc.)
- Eliminate hardcoded colors from home page and add missing CTA button classes
- Ensure proper light/dark theme support with CSS-only switching for optimal performance
- Update Hero component to use clean backgrounds instead of gradients
- Set light theme as default for better user experience
- Add comprehensive theme implementation documentation
- Update memory bank with current implementation status

Files modified:
- globals.css: Added Navigation and Footer CSS classes using CSS variables
- Navigation.tsx: Fixed dark theme background and text contrast issues
- Footer.tsx: Complete conversion from hardcoded colors to semantic classes
- page.tsx: Fixed CTA section and removed hardcoded colors
- Hero.tsx: Clean background implementation
- layout.tsx: Set light theme as default
- activeContext.md: Updated current work status
- themeImplementation.md: Added comprehensive theme methodology guide
2025-06-02 10:27:34 -06:00
..
app feat: Implement comprehensive CSS variable theme system 2025-06-02 10:27:34 -06:00
components feat: Implement comprehensive CSS variable theme system 2025-06-02 10:27:34 -06:00
hooks This commit simplifies the document management system to improve usability and user experience: 2025-03-26 18:45:32 -05:00
styles feat(website): complete Phase 1 with public pages and Tailwind styling 2025-03-25 10:34:41 -05:00
utils This commit simplifies the document management system to improve usability and user experience: 2025-03-26 18:45:32 -05:00