Extend blockquote style

This commit is contained in:
Will 2021-01-21 10:01:31 -08:00
parent f0a4f59bb0
commit afa62628e8
No known key found for this signature in database
GPG key ID: 385872BB265E8BF8

View file

@ -259,8 +259,18 @@ a, a:hover {
max-width: 100%;
}
/* The default CSS applies a style for blockquotes but only to immediate children
of .td-content. This applies the same style to any blockquotes that descend from
.td-content. */
.td-content blockquote {
padding: 0 0 0 1rem;
margin-bottom: $spacer;
color: $gray-600;
border-left: 6px solid $secondary;
}
/*
Make padding symmetrical (this selector is used to apply padding-left: 3rem)
Make padding symmetrical (this selector is used in the default styles to apply padding-left: 3rem)
*/
.pl-md-5, .px-md-5 {
padding-right: 3rem;