cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

c53cc56db024c1eb832b9ca2d066fb10e2868893

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-07-16T18:26:36Z

fix collapsed whitespace inside blockquotes
 theme/static/styles.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/theme/static/styles.css b/theme/static/styles.css
index 618b1aa..19e4711 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -12,7 +12,8 @@ img { max-width: 100%; }
 footer { margin: 2rem 0;}
 pre, blockquote { margin: 1rem 0; padding: 0.5rem; background-color: #eee; }
 pre { overflow: auto; white-space: pre; }
-blockquote p { margin: 0; }
+blockquote p { margin: 0; margin-bottom: 1rem; }
+blockquote p:last-child { margin-bottom: 0; }
 code { color: #942192; }
 @media (prefers-color-scheme: dark) {
 	body { background-color: #181a1b; color: #cccccc; }