feat: améliorer le style de l'en-tête de section normale avec fond primary, texte blanc, bordures arrondies 0.7rem, et ajout margin-bottom 0.45rem pour espacement vertical optimisé
This commit is contained in:
parent
f230ff0acd
commit
f6862609c0
@ -4160,11 +4160,11 @@ table {
|
|||||||
|
|
||||||
.links-list.has-normal .normal-section-head {
|
.links-list.has-normal .normal-section-head {
|
||||||
display: flex;
|
display: flex;
|
||||||
color: var(--text-muted);
|
color: #fff;
|
||||||
background: var(--bg-body);
|
background: var(--primary);
|
||||||
border-top: 1px solid var(--border);
|
border-radius: 0.7rem;
|
||||||
border-bottom: 1px solid var(--border);
|
|
||||||
margin-top: 0.65rem;
|
margin-top: 0.65rem;
|
||||||
|
margin-bottom: 0.45rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.links-list:not(.has-pinned) .pinned-section-head,
|
.links-list:not(.has-pinned) .pinned-section-head,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user