Add styling for blockquotes

This commit is contained in:
Kognise 2019-04-07 10:04:59 -04:00 committed by Lewin Appleton-Fox
parent 7c29de1036
commit a8f5eec5c3
5 changed files with 21 additions and 4 deletions

View file

@ -13,4 +13,10 @@ h1, h2, h3, h4, h5, h6, strong {
h1, h2, h3, h4, h5, h6, b, strong, th {
font-weight: 600;
}
}
blockquote {
border-left: 0.2em solid $focus;
margin: 1.5em 1em;
padding: 0.5em 1em;
}