frontend: boutons primaires lisibles — fond accent au lieu du fond encre
Le bleu Québec était illisible sur le fond encre du .btn-primary (CTA héro, Explorer les stats, Enregistrer). Passage en fond accent / texte blanc, hover accent-deep. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 changed file +4 −0
modified
public/styles.css
+4 −0
@@ -413,3 +413,7 @@ figure.viz-card { margin-left: 0; margin-right: 0; } | ||
| 413 | 413 | .chip { border-width: 1px; border-color: var(--hairline-strong); background: transparent; } |
| 414 | 414 | .chip-accent { background: var(--accent); border-color: var(--accent); color: var(--on-accent); } |
| 415 | 415 | .viz-stat { background: transparent; border-color: var(--hairline); } |
| 416 | + | |
| 417 | +/* boutons primaires : plus de fond encre (le bleu Québec y était illisible) */ | |
| 418 | +.btn-primary { background: var(--accent); color: var(--on-accent); } | |
| 419 | +.btn-primary:hover { background: var(--accent-deep); color: #fff; } | |
| 416 | 420 | |