df
This commit is contained in:
parent
7c1f5ef659
commit
0133f03b0e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user