From 14013289b44bce743bf7353bb8c183e14a487a98 Mon Sep 17 00:00:00 2001 From: Jakub Heger Date: Tue, 8 Oct 2024 15:22:29 +0200 Subject: [PATCH] changed news border --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 4114fd3..6734c2d 100644 --- a/style.css +++ b/style.css @@ -60,8 +60,8 @@ a { } .cmm-sidebar ul { - padding: 30px; - border: var(--background2) dashed 3px + padding: 20px; + border: var(--background2) dashed 2px } .cm-navbar {