This commit is contained in:
KONE SOREL 2026-02-26 12:11:32 +00:00
parent 6792e0aa68
commit a76a201394
2 changed files with 3 additions and 3 deletions

View File

@ -426,7 +426,7 @@ h1, h2, h3, h4, h5, h6,
width: 100%;
padding: 15px;
border-top: 1px solid var(--border-light);
background: #fff;
background: var(--bg-sidebar); /* Garde la couleur de ta sidebar */
}
.version-info {

View File

@ -74,8 +74,8 @@
</ul>
<div class="sidebar-footer">
<div class="version-info">
<span class="copyright text-muted">INTER SANTÉ &copy;</span>
<span class="version-tag text-muted">v2026</span>
<span class="copyright text-dark">INTER SANTÉ &copy;</span>
<span class="version-tag text-dark">v2026</span>
</div>
</div>
</aside>