diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 71169632..192a847c 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -424,14 +424,15 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { padding: 20px 12px 8px; } +/* Sidebar Footer & Versioning */ .sidebar-footer { position: absolute; bottom: 0; left: 0; width: 100%; - padding: 15px; - border-top: 1px solid var(--border-light); - background: var(--bg-sidebar); /* Garde la couleur de ta sidebar */ + padding: 12px 15px; + border-top: 1px solid rgba(255, 255, 255, 0.05); + background: var(--color-primary); } .version-info {