Limit blockquote styles to .paige-content only

This commit is contained in:
Will Faught
2023-01-06 21:05:47 -08:00
parent 0c802d0b95
commit 98dcc8c6f3

View File

@@ -3,13 +3,13 @@ body, html {
height: 100%;
}
blockquote {
section[class="paige-content"] > blockquote {
padding: 0.5rem 1rem;
border-left: 0.25rem solid var(--bs-border-color);
padding-right: 0.25rem;
}
blockquote p:last-of-type {
section[class="paige-content"] > blockquote p:last-of-type {
margin-bottom: 0;
}