summaryrefslogtreecommitdiff
path: root/website/public/css/feed.css
blob: fc665ec68dd0c56b75676a19d7726554ae567d41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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: ' >'
}