SPB Git forge

spb/ka-guardian

Public
26commits 1branches 0releases
4.5 MBsize
maindefault branch
19 days agolast push
Python 57.1% Shell 13.8% CSS 12% JavaScript 10% HTML 7.2%

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>
Simon-Pierre Boucher committed 29 days ago (Aug 26, 2026) parent fb16586

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