drt
This commit is contained in:
parent
e8b565cd71
commit
4d6456b201
|
|
@ -267,7 +267,6 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
|||
#sidebar {
|
||||
width: var(--sidebar-width);
|
||||
background: var(--bg-base); /* Charcoal profond pour le contraste */
|
||||
|
||||
position: fixed;
|
||||
top: var(--header-height);
|
||||
left: 0;
|
||||
|
|
@ -433,7 +432,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
|||
width: 100%;
|
||||
padding: 12px 15px;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.05);
|
||||
background: var(--color-primary);
|
||||
background: var(--bg-base);
|
||||
}
|
||||
|
||||
.version-info {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user