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 {
|
||||
display: flex;
|
||||
color: var(--text-muted);
|
||||
background: var(--bg-body);
|
||||
border-top: 1px solid var(--border);
|
||||
border-bottom: 1px solid var(--border);
|
||||
color: #fff;
|
||||
background: var(--primary);
|
||||
border-radius: 0.7rem;
|
||||
margin-top: 0.65rem;
|
||||
margin-bottom: 0.45rem;
|
||||
}
|
||||
|
||||
.links-list:not(.has-pinned) .pinned-section-head,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user