aboutsummaryrefslogtreecommitdiff
path: root/http/src/css
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-23 08:08:52 +0100
committerJoe Carstairs <me@joeac.net>2026-09-23 08:08:52 +0100
commit9ff6441101292654c24b0eaceddc790f7c898214 (patch)
treee39c3543555d4dfa47158869ca622a28f016a77f /http/src/css
parent51e5d0756806f9620619450c00c5fc7cc3f0b892 (diff)
first draft of .entry-meta styling
Diffstat (limited to 'http/src/css')
-rw-r--r--http/src/css/feed.uppcss6
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 {