From e001ec0dc98dfeeafd0703703fbb7daa04711439 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Fri, 3 Apr 2026 09:44:42 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20am=C3=A9liore=20lisibilit=C3=A9=20des=20?= =?UTF-8?q?short-label=20dans=20les=20headers=20de=20listes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change la couleur des labels de colonnes (Allégeance, Haut Parler, Difficulté...) de l'or #c0a870 vers un crème clair #ddd0b8, plus lisible sur le fond sombre des rangées items-title-bg. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- less/actor-styles.less | 4 ++-- styles/mournblade-cyd2.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/less/actor-styles.less b/less/actor-styles.less index 26aa2ca..ff19fd7 100644 --- a/less/actor-styles.less +++ b/less/actor-styles.less @@ -873,10 +873,10 @@ } .short-label { - color: #c0a870 !important; + color: #ddd0b8 !important; font-size: 0.72rem; font-style: italic; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); + text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9); } } } diff --git a/styles/mournblade-cyd2.css b/styles/mournblade-cyd2.css index 84d72cf..a6c8130 100644 --- a/styles/mournblade-cyd2.css +++ b/styles/mournblade-cyd2.css @@ -3152,10 +3152,10 @@ li { color: #f0dfc0 !important; } .fvtt-mournblade-cyd-2-0.actor .sheet-body .item-list.alternate-list li.item.items-title-bg .short-label { - color: #c0a870 !important; + color: #ddd0b8 !important; font-size: 0.72rem; font-style: italic; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); + text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9); } .fvtt-mournblade-cyd-2-0.actor .sheet-body .item-list .item-name-img { width: 28px;