add styles for blockquote & pre
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user