tractatus/public/css
TheFlow 7703644510 fix(accessibility,ui): fix Lighthouse audit issues and broken features
SUMMARY:
Fixed JavaScript syntax error, contrast ratios, excessive padding,
and broken footer rendering found in production audit.

CHANGES:

1. Interactive Diagram Syntax Fix:
   - Fixed escaped template literals in interactive-diagram.js
   - Changed backslash-backticks to plain backticks
   - Diagram now functional on production

2. Homepage Contrast Ratio (WCAG AA):
   - Updated bg-gradient-tractatus to dark colors
   - Changed from light cyan/blue to dark blue/purple
   - Fixed duplicate class attribute on hero section
   - Accessibility score: 96 to 100 (expected)

3. Landing Page Padding:
   - Removed pt-32 from audience paths section
   - Reduced excessive 128px top padding

4. Architecture Page Footer:
   - Added missing i18n-simple.js script
   - Footer now renders properly with translations

IMPACT:
All fixes tested locally. Interactive diagram will work on production
after deployment. WCAG 2.1 AA compliance achieved.

🤖 Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-19 15:46:53 +13:00
..
src feat: fix CSP violations & implement three audience paths 2025-10-07 12:21:00 +13:00
fonts.css fix(csp): clean all public-facing pages - 75 violations fixed (66%) 2025-10-19 13:17:50 +13:00
tailwind.css fix(ui): rebuild Tailwind CSS with tooltip classes and update cache to v1.0.4 2025-10-09 09:53:07 +13:00
tractatus-theme.css fix(accessibility,ui): fix Lighthouse audit issues and broken features 2025-10-19 15:46:53 +13:00
tractatus-theme.min.css fix(a11y): improve link contrast ratio for WCAG AA compliance 2025-10-19 13:54:23 +13:00