From a9df7cb008d1c2b2c265ccf78604fe8160c238c3 Mon Sep 17 00:00:00 2001 From: Jakub Heger Date: Tue, 8 Oct 2024 15:15:05 +0200 Subject: [PATCH] added dashed border to the news list --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 8622fc4..4114fd3 100644 --- a/style.css +++ b/style.css @@ -59,6 +59,11 @@ a { width: 23%; } +.cmm-sidebar ul { + padding: 30px; + border: var(--background2) dashed 3px +} + .cm-navbar { margin-top: 10px; }