This commit is contained in:
KONE SOREL 2026-04-03 14:00:04 +00:00
parent 8e4757c0c0
commit 5038c04c57
2 changed files with 2 additions and 2 deletions

View File

@ -412,7 +412,6 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
height: 5px;
border-radius: 50%;
background: rgba(255,255,255,0.8);
color: var(--color-info);
}
/* Titres de sections (ex: PARAMÉTRAGE, COMPTABILITÉ) */
@ -434,6 +433,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
width: 100%;
padding: 4px 15px;
border-top: 1px solid #fff;
color: var(--color-primary);
}
.version-info {

View File

@ -75,7 +75,7 @@
<div class="sidebar-footer">
<div class="version-info">
<span class="copyright fw-bold">INTER SANTÉ &copy;</span>
<span class="version-tag fw-bold">2026</span>
<span class="version-tag fw-bold">v2026</span>
</div>
</div>
</aside>