add article blockquote style
Closes https://github.com/github/personal-website/issues/62
This commit is contained in:
parent
66eecfcdd5
commit
daf834b7f8
1 changed files with 6 additions and 0 deletions
|
@ -27,4 +27,10 @@ body {
|
|||
.highlight {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: #6a737d;
|
||||
border-left: 2px solid #959da5;
|
||||
padding-left: 16px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue