From 29a75c045a6cf5fa9dd706557d47cd82f6ddd563 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Thu, 11 Jan 2024 08:24:24 +1300 Subject: [PATCH] quotes in post body --- app/static/structure.css | 2 +- app/static/structure.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;