Skip to content

Commit b07cc1f

Browse files
committed
feat: style blockquotes
1 parent 4df447f commit b07cc1f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

assets/scss/_content.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,11 @@ body.page-template-page-fullsingle-split {
283283
dl dd {
284284
margin-bottom: 10px;
285285
}
286+
287+
blockquote {
288+
padding-left: 0.5em;
289+
border-left: 3px solid $color-text;
290+
}
286291
}
287292

288293
//-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)