quotes in post body

This commit is contained in:
rimu 2024-01-11 08:24:24 +13:00
parent 4e1a5efac5
commit 29a75c045a
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;