Style up the post info bubbles a bit more
This commit is contained in:
parent
8ce16daa58
commit
35bdb1c86c
2 changed files with 7 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue