From 324c994174663c5602b30e4ecc43391f178f4e80 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 17 Apr 2025 16:15:28 -0300 Subject: src/content/style.css: Fix selector of collection listing --- src/content/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/style.css b/src/content/style.css index 86e23eb..cbe615b 100644 --- a/src/content/style.css +++ b/src/content/style.css @@ -86,11 +86,11 @@ blockquote { border-left: 3px solid var(--color-2nd-fg); } -ul.no-style { +.collection-list { list-style-type: none; } -ul.no-style li { +.collection-list li { margin: 20px 0px; } -- cgit v1.2.3