fix(accessibility): Update colors for WCAG AA contrast compliance

Phase 4.4 PageSpeed Accessibility fixes:
- cta-box-sidebar: title/description colors from white to navy-dark (#0E2337)
- contact-form: info_value_color from #D5D8DA to #495057, button text to navy-dark
- cta-lets-talk: text_color from white to navy-dark
- css-tablas-apu: .c3 column color from #6c757d to #495057 (7.0:1 ratio)

All changes ensure minimum 4.5:1 contrast ratio for normal text (WCAG AA).

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
FrankZamora
2025-11-27 16:31:18 -06:00
parent 4ad48b4326
commit 6edb2ebeaa
4 changed files with 16 additions and 12 deletions

View File

@@ -262,9 +262,9 @@
"info_value_color": {
"type": "color",
"label": "Color valores info",
"default": "#D5D8DA",
"default": "#495057",
"editable": true,
"description": "text-muted"
"description": "Fase 4.4 Accesibilidad: Color oscuro con ratio 7.0:1 (WCAG AA)"
},
"input_border_color": {
"type": "color",
@@ -287,8 +287,9 @@
"button_text_color": {
"type": "color",
"label": "Texto boton",
"default": "#ffffff",
"editable": true
"default": "#0E2337",
"editable": true,
"description": "Fase 4.4 Accesibilidad: navy-dark para contraste WCAG AA sobre fondo naranja"
},
"button_hover_bg": {
"type": "color",