diff --git a/app/static/structure.css b/app/static/structure.css index 979e1fda..076c5d70 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -806,7 +806,7 @@ fieldset legend { float: right; } -.comment_body blockquote { +.post_body blockquote, .comment_body blockquote { border-left: 2px solid var(--bs-secondary); padding: 0.1em 5px; font-style: italic; diff --git a/app/static/structure.scss b/app/static/structure.scss index ff1b9c22..9d3c2818 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -483,7 +483,7 @@ fieldset { float: right; } -.comment_body { +.post_body, .comment_body { blockquote { border-left: 2px solid var(--bs-secondary); padding: 0.1em 5px;