web: bouton primaire lisible — fond accent agent + texte encre
Lancer l effort passait mal en fond encre ; le bouton prend maintenant le fond lime/accent de l agent avec texte encre, hover vert profond. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 changed file +4 −0
modified
orchestrator/web/style.css
+4 −0
@@ -308,3 +308,7 @@ tbody tr:hover { background: var(--lime-soft); } | ||
| 308 | 308 | /* badges topbar : filets légers */ |
| 309 | 309 | .gk-badge { border-width: 1px; background: transparent; } |
| 310 | 310 | .chip { border-width: 1px; border-color: var(--hairline-strong); background: transparent; } |
| 311 | + | |
| 312 | +/* bouton primaire : fond lime + texte encre (plus de fond encre peu lisible) */ | |
| 313 | +.btn-primary { background: var(--lime); color: var(--ink); } | |
| 314 | +.btn-primary:hover { background: var(--accent-deep); color: var(--lime); } | |
| 311 | 315 | |