From dcce4fdea15dadd66a888187166369b65ef552db Mon Sep 17 00:00:00 2001 From: Peter Meier Date: Mon, 4 May 2026 10:03:47 +0200 Subject: [PATCH] fix(blog-overview): upcoming-events block escapes prose ul-bullet rule `main ul:not(.not-prose) li` injects a disc bullet on every list under `main`, which the upcoming-events list inherited. Mark the ul `not-prose` + `list-none` so the rule doesn't match. Also bump the calendar-clock icon from `h-4 w-4` to `size-5` so it visually matches the heading ascender. Co-Authored-By: Claude Opus 4.7 --- src/lib/components/BlogOverview.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/components/BlogOverview.svelte b/src/lib/components/BlogOverview.svelte index 579bdcc..0dcd520 100644 --- a/src/lib/components/BlogOverview.svelte +++ b/src/lib/components/BlogOverview.svelte @@ -176,12 +176,12 @@ {/if} {#if !isFiltering && upcomingEvents.length > 0} -
-

- +
+

+ {t(T.blog_upcoming_events)}

-
    +
      {#each upcomingEvents as ev}