aboutsummaryrefslogtreecommitdiff
path: root/http/src/css
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-15 18:16:18 +0100
committerJoe Carstairs <me@joeac.net>2026-09-15 18:16:18 +0100
commit541cbc0b51ec3925ebe8931bc9aeb9b7b7b74b3f (patch)
treea22ccb8f66412d1cc85a9257f95dc1e0940900eb /http/src/css
parent9ff4514dd1eaba475e13c60dab6af11bf928ad36 (diff)
feed divider headers only styled if direct children
Diffstat (limited to 'http/src/css')
-rw-r--r--http/src/css/feed.uppcss2
1 files changed, 1 insertions, 1 deletions
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);
}