fix(css): titres tables encaissement alternatives lisibles

h2 dans .encaissement-tables utilise --rdd-color-text-primary
(noir) au lieu de l'héritage blanc/clair du thème.
This commit is contained in:
fabres
2026-07-22 00:29:56 +02:00
parent ec2bf050d4
commit 36b33890db
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -4910,6 +4910,9 @@ body {
flex-direction: column;
gap: 1.5em;
}
.system-foundryvtt-reve-de-dragon .encaissement-tables h2 {
color: var(--rdd-color-text-primary);
}
.system-foundryvtt-reve-de-dragon .encaissement-tables table {
width: 100%;
border-collapse: collapse;
+1
View File
@@ -85,6 +85,7 @@
display: flex;
flex-direction: column;
gap: 1.5em;
h2 { color: var(--rdd-color-text-primary); }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 4px 8px; border: 1px solid #7a7971; text-align: center; }
th { background: rgba(0,0,0,0.1); font-weight: bold; }