From a5f0224b6561d65284c6eff8bcc3106a1f237087 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Sun, 29 Mar 2026 18:58:54 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20am=C3=A9liore=20lisibilit=C3=A9=20des=20?= =?UTF-8?q?badges=20arme/armure=20dans=20l'onglet=20=C3=89quipement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- styles/character.less | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/styles/character.less b/styles/character.less index 8815b79..e09ce5e 100644 --- a/styles/character.less +++ b/styles/character.less @@ -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; } } }