diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-23 20:03:04 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-23 20:03:04 +0100 |
| commit | bf19d40364df97a371e5620a048b55d90c6bd415 (patch) | |
| tree | 92421e862bb9c26b844a7bd770e8738c09f264f0 /http/src/css | |
| parent | 836a45c57a9e0dd6f89f22bd8f11d77fea5d11fa (diff) | |
display h-entry summary heading inline
Diffstat (limited to 'http/src/css')
| -rw-r--r-- | http/src/css/feed.uppcss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss index 81ec8a9..5db8431 100644 --- a/http/src/css/feed.uppcss +++ b/http/src/css/feed.uppcss @@ -30,6 +30,9 @@ ul:has(> .h-entry) { &::marker { font-size: 1rem; } + :is(h2, h3, h4, h5, h6) { + display: inline; + } } } |
