From 7ee915b5e6953e463743d53ff030db397f064903 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Wed, 24 Jul 2024 15:15:27 +0200 Subject: [PATCH] Use slightly rounded corners where bever effects were used --- css/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/index.css b/css/index.css index 6527c97..1161e11 100644 --- a/css/index.css +++ b/css/index.css @@ -3389,6 +3389,7 @@ h2 .collapse { } .up_contain:last-child { border:none; + border-radius: 0 0 5px 5px; } /* Child boards */ .children { @@ -4048,6 +4049,7 @@ div.cat_bar { padding: 0 0 1em 0; color: var(--neutral-light-color); margin-top: 0; + border-radius: 0 10px 0 0; } .cat_bar h2 {