fix: améliore lisibilité des short-label dans les headers de listes

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>
This commit is contained in:
2026-04-03 09:44:42 +02:00
parent b255a628fe
commit e001ec0dc9
2 changed files with 4 additions and 4 deletions

View File

@@ -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;