From 541cbc0b51ec3925ebe8931bc9aeb9b7b7b74b3f Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Sep 2026 18:16:18 +0100 Subject: feed divider headers only styled if direct children --- http/src/css/feed.uppcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http/src/css') diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss index 33be173..bc502a9 100644 --- a/http/src/css/feed.uppcss +++ b/http/src/css/feed.uppcss @@ -1,5 +1,5 @@ /* Assumes there is at most one level of subheading for sub-dividing entries */ -.h-feed :is(h2, h3, h4, h5, h6) { +.h-feed > :is(h2, h3, h4, h5, h6) { margin-block-start: var(--spacing-block-md); } -- cgit v1.2.3