From c53cc56db024c1eb832b9ca2d066fb10e2868893 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 16 Jul 2026 13:26:36 -0500 Subject: fix collapsed whitespace inside blockquotes --- theme/static/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'theme/static') 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; } -- cgit v1.2.3