diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index eec1329e..2c19426f 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -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;