This commit is contained in:
2025-05-17 19:51:23 +01:00
parent eb62324193
commit c7a7a7c099
10 changed files with 528 additions and 0 deletions

16
public/css/feed.css Normal file
View File

@@ -0,0 +1,16 @@
/* Assumes there is at most one level of subheading for sub-dividing entries */
.h-feed :is(h2, h3, h4, h5, h6) {
margin-block-start: var(--spacing-block-md);
}
.h-feed .h-entry {
margin-block-start: var(--spacing-block-xs);
}
.h-feed .full-feed-link {
text-align: end;
}
.h-feed :is(a.full-feed-link, .full-feed-link a)::after {
content: ' >'
}