From de2af53f60eb51049e3e5f311080fc3d80a85001 Mon Sep 17 00:00:00 2001 From: Jakub Heger Date: Tue, 22 Oct 2024 13:24:12 +0200 Subject: [PATCH] made news look better --- style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 051df12..4840564 100644 --- a/style.css +++ b/style.css @@ -76,8 +76,16 @@ a { padding: 15px; } +.cmm-sidebar li { + border: var(--background2) 2px dotted; + background-color: #1c1923; + padding: 8px; + list-style: none; + margin-bottom: 5px; +} + .cmm-sidebar ul { - padding: 20px; + padding: 5px; /* border: var(--background2) dashed 2px */ }