Style up the post info bubbles a bit more

This commit is contained in:
Nathan McCarty 2025-02-09 03:20:09 -05:00
parent 8ce16daa58
commit 35bdb1c86c
2 changed files with 7 additions and 0 deletions

View file

@ -128,6 +128,10 @@ body, .post {
flex-direction: column;
box-sizing: border-box;
}
.post-info > * {
padding: 0.25em;
border-radius: 0.25em;
}
/* TODO: Nice fancy blockquotes */
blockquote {