Fix text alignment and add basic styling for block quotes
This commit is contained in:
parent
14adc9fdf7
commit
d7469399ef
2 changed files with 11 additions and 0 deletions
|
@ -65,6 +65,10 @@ a:visited {
|
|||
.post-body > h3, .post-body > h3, .post-body > h4 {
|
||||
color: var(--fg-1);
|
||||
}
|
||||
blockquote {
|
||||
background-color: var(--bg-1);
|
||||
color: var(--fg-1);
|
||||
}
|
||||
|
||||
/* Colorization for code blocks */
|
||||
code {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue