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:
@@ -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;
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user