[Posts] Fix a bug caused by quotes in a wiki excerpt (#907)

This commit is contained in:
Cinder 2025-02-11 22:26:41 -08:00 committed by GitHub
parent a730b46c6c
commit a98b97aaf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,10 @@
&::after { content: none; } &::after { content: none; }
} }
// Quote visual bug
blockquote { background: unset; }
// Remove offset caused by paragraphs
p:last-child { margin-bottom: 0; } p:last-child { margin-bottom: 0; }
} }