This commit is contained in:
KONE SOREL 2026-03-31 08:09:45 +00:00
parent 7c1f5ef659
commit 0133f03b0e

View File

@ -807,12 +807,8 @@ h1, h2, h3, h4, h5, h6,
/* En-tête : charcoal sombre */
.table thead tr {
/*
background: var(--color-primary) !important;
color: white !important;*/
background-color: var(--color-primary-ghost) !important;
color: var(--color-primary-dark) !important;
color: white !important;
}
.table > thead {
@ -820,7 +816,8 @@ h1, h2, h3, h4, h5, h6,
}
.table th {
background: var(--color-primary) !important;
/*background: var(--color-primary) !important;*/
background: var(--color-primary-ghost) !important;
color: white !important;
font-family: 'Syne', sans-serif;
font-size: 0.72rem;