Use unique styling for quoted text

This commit is contained in:
ItsDrike 2021-08-26 02:23:28 +02:00
parent eb64b4122d
commit 466283f135
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -164,6 +164,11 @@ table td {
} }
} }
blockquote {
border-left: $spacer * 0.2 solid $light;
padding-left: $spacer * 1.2;
}
table { table {
@extend .table, .table-dark, .table-striped; @extend .table, .table-dark, .table-striped;
margin: 0 auto; margin: 0 auto;