Simple CSS for blockquotes that work in both light and dark modes (#15)

This commit is contained in:
Ricky Shin 2021-03-24 00:51:15 -04:00 committed by GitHub
parent 10aa07919a
commit 2a641ceb99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,6 +229,15 @@ main#content figure figcaption p {
padding-left: 8px;
}
main#content blockquote {
font-style: italic;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
padding-left: 15px;
border-left: 3px solid #ccc;
}
main#content code,
main#content pre {
font-family: 'Menlo', monospace;