Fix blockquote css

Fixes #80
pull/122/head
Dessalines 2019-04-18 09:06:19 -07:00
parent ebe9627dba
commit 235f305019
1 changed files with 5 additions and 0 deletions

View File

@ -80,3 +80,8 @@ body {
background-color: #222;
}
blockquote {
border-left: 3px solid #ccc;
margin: 0.5em 5px;
padding: 0.1em 5px;
}