Limit blockquote styles to .paige-content only
This commit is contained in:
@@ -3,13 +3,13 @@ body, html {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
section[class="paige-content"] > blockquote {
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border-left: 0.25rem solid var(--bs-border-color);
|
border-left: 0.25rem solid var(--bs-border-color);
|
||||||
padding-right: 0.25rem;
|
padding-right: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote p:last-of-type {
|
section[class="paige-content"] > blockquote p:last-of-type {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user