add styles for blockquote & pre

This commit is contained in:
2022-04-08 23:59:56 +03:00
parent fba74c82dd
commit 0868a5b983
6 changed files with 20 additions and 6 deletions

View File

@@ -56,7 +56,14 @@ p {
margin: .5em 0;
}
blockquote {
font-style: italic;
margin: .5em 0;
}
pre {
background-color: #000;
color: #fff;
font-family: var(--font-family);
font-size: .9em;
}