From ee091fe5a28cb1649c38e265822a4f961bae0c82 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 9 Apr 2026 14:38:28 +0000 Subject: [PATCH] det --- Bootstrap_new/css/theme-modern.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index cfc913e3..c716eb67 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -29,6 +29,9 @@ --bg-surface-2: #f8f9fa; --bg-sidebar: #7A90A4;/*#1e2228;*/ /* charcoal très sombre */ --bg-header: #ffffff; + --bg-primary-ghost: rgba(33, 46, 83, 0.08); + --color-primary-ghost: #212e53; + /* Text — contraste maximal */ --text-primary: #1a1d24; @@ -266,7 +269,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { ============================================================ */ #sidebar { width: var(--sidebar-width); - background: var(--bg-base); /* Charcoal profond pour le contraste */ + background: var(--bg-primary-ghost); /* Charcoal profond pour le contraste */ position: fixed; top: var(--header-height); left: 0;