From 7bc2870924c7004929066c227cec19f0821403bc Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Thu, 28 Aug 2025 16:19:55 +0200 Subject: [PATCH] style: Replace code-tag with pre for printstyling Signed-off-by: SindreKjelsrud --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index fdaa725..46359b3 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -299,7 +299,7 @@ td { } blockquote, - code { + pre { background: #fff; margin: 0; padding: 0 1.5em;