diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-23 08:08:52 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-23 08:08:52 +0100 |
| commit | 9ff6441101292654c24b0eaceddc790f7c898214 (patch) | |
| tree | e39c3543555d4dfa47158869ca622a28f016a77f /http/src/css | |
| parent | 51e5d0756806f9620619450c00c5fc7cc3f0b892 (diff) | |
first draft of .entry-meta styling
Diffstat (limited to 'http/src/css')
| -rw-r--r-- | http/src/css/feed.uppcss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss index 3a1aca6..64f631b 100644 --- a/http/src/css/feed.uppcss +++ b/http/src/css/feed.uppcss @@ -26,9 +26,13 @@ ul:has(> .h-entry) { margin: 0; } -.h-feed .h-entry .dt-published { +.h-feed .h-entry .entry-meta { order: 0; font-size: var(--font-size-sm); + display: flex; + + > * + *::before { + content: ' • '; } .h-feed .h-entry .p-name { |
