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:
@@ -310,12 +310,13 @@
|
|||||||
|
|
||||||
.item-tag {
|
.item-tag {
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
padding: 1px 6px;
|
padding: 1px 7px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 1px solid rgba(196,154,26,0.4);
|
background: rgba(12,76,12,0.15);
|
||||||
color: var(--cel-orange);
|
border: 1px solid rgba(12,76,12,0.3);
|
||||||
|
color: #3a5a1e;
|
||||||
white-space: nowrap;
|
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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user