fix: améliore lisibilité des badges arme/armure dans l'onglet Équipement

Remplace le texte orange sur fond beige par un badge vert sombre/fond léger,
plus lisible. Malus en rouge sombre sur fond rouge clair.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-03-29 18:58:54 +02:00
parent ca665e7563
commit a5f0224b65

View File

@@ -310,12 +310,13 @@
.item-tag {
font-size: 0.75em;
padding: 1px 6px;
padding: 1px 7px;
border-radius: 10px;
border: 1px solid rgba(196,154,26,0.4);
color: var(--cel-orange);
background: rgba(12,76,12,0.15);
border: 1px solid rgba(12,76,12,0.3);
color: #3a5a1e;
white-space: nowrap;
&.malus { color: #c04444; border-color: rgba(192,68,68,0.4); }
&.malus { background: rgba(192,68,68,0.1); border-color: rgba(192,68,68,0.35); color: #922; }
}
}