Skip to content

Commit 176ab08

Browse files
authored
fix Remove generated quotes from media blockquotes (#1536)
1 parent cbaa6d6 commit 176ab08

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

apps/media/styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,13 @@
300300
line-height: 1.8 !important;
301301
}
302302

303+
.prose blockquote p:first-of-type::before,
304+
.prose-dark blockquote p:first-of-type::before,
305+
.prose blockquote p:last-of-type::after,
306+
.prose-dark blockquote p:last-of-type::after {
307+
content: none !important;
308+
}
309+
303310
.prose > ul,
304311
.prose-dark > ul,
305312
.prose > ol,

0 commit comments

Comments
 (0)