From f6862609c0eda7406e9e6f8b6046bdcce78a5b91 Mon Sep 17 00:00:00 2001 From: Bruno Charest Date: Fri, 20 Feb 2026 11:38:59 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20am=C3=A9liorer=20le=20style=20de=20l'en?= =?UTF-8?q?-t=C3=AAte=20de=20section=20normale=20avec=20fond=20primary,=20?= =?UTF-8?q?texte=20blanc,=20bordures=20arrondies=200.7rem,=20et=20ajout=20?= =?UTF-8?q?margin-bottom=200.45rem=20pour=20espacement=20vertical=20optimi?= =?UTF-8?q?s=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shaarli-pro/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,