:is(.all-posts, .all-articles, .all-notes, .yearly-posts, .recent-posts, .collections, .collection) > li + li {
    margin-block-start: 2em;
}

.post-title {
    font-size: 1.1em;
    font-weight: 600;
}

.post-timestamp {
    font-size: 0.9em;
    font-family: var(--font-monospace);
    color: #6a6969;
}