Skip to content

Instantly share code, notes, and snippets.

@MattSLangford
Created March 19, 2024 16:12
Show Gist options
  • Save MattSLangford/dc6c331026dfee2e9c6285dbdf9bce0b to your computer and use it in GitHub Desktop.
Save MattSLangford/dc6c331026dfee2e9c6285dbdf9bce0b to your computer and use it in GitHub Desktop.
Add a divider line between posts on the main blog page of Tiny Theme for Micro.blog.
/* Modify to your preferences */
.post-preview {
border-bottom: 1px solid var(--code);
margin-bottom: 2em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment