mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
quotes in post body
This commit is contained in:
parent
4e1a5efac5
commit
29a75c045a
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue