Add blockquote style

This commit is contained in:
Shadowfacts 2019-10-31 15:30:47 -04:00
parent 048e2b755e
commit c113ee08ee
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 6 additions and 1 deletions

View File

@ -2,4 +2,9 @@
.item-read a {
color: #606c76;
}
}
blockquote {
padding-left: 2rem;
border-left: 4px solid lightgray;
}