More work on post

This commit is contained in:
Nathan McCarty 2025-07-11 22:48:03 -04:00
parent c6311da4d1
commit 37022f7bdb
3 changed files with 102 additions and 6 deletions

View file

@ -96,7 +96,6 @@ body, .post, .series {
/* Style the post header, body, and blurbs */
/* TODO: Style footnotes and get footnote hover working */
.post-header, .post-body, .series-header {
display: flex;
flex-direction: column;
@ -160,7 +159,6 @@ body, .post, .series {
border-radius: 0.25em;
}
/* TODO: Nice fancy blockquotes */
blockquote {
width: 90%;
border-radius: var(--box-radius);