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

@ -71,6 +71,9 @@ a:visited {
.post-body h2, .post-body h3, .post-body h4 {
color: var(--fg-1);
}
.post-info > * {
background-color: var(--bg-2);
}
blockquote {
background-color: var(--bg-1);
}

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 {