diff --git a/shaarli-pro/css/style.css b/shaarli-pro/css/style.css index d216d5b..418b0b9 100644 --- a/shaarli-pro/css/style.css +++ b/shaarli-pro/css/style.css @@ -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,