From 0b000c5ea6bc5dd5ed91cb10e93009e6d9371d4a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 12 Aug 2026 12:56:28 +0300 Subject: Improve blockquote styling --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 89229c5..cb2b933 100644 --- a/static/style.css +++ b/static/style.css @@ -188,6 +188,10 @@ pre code { div.sourceCode { margin: 20px -15px; } + + blockquote { + margin: 20px -15px !important; + } } .sourceCode { -- cgit v1.3