We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbaa6d6 commit 176ab08Copy full SHA for 176ab08
1 file changed
apps/media/styles.css
@@ -300,6 +300,13 @@
300
line-height: 1.8 !important;
301
}
302
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
+
310
.prose > ul,
311
.prose-dark > ul,
312
.prose > ol,
0 commit comments