From 9997cbcbbe5fc946282aa2f6c9cca6433e04348f Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Sat, 30 Aug 2025 12:57:20 +0200 Subject: [PATCH] Fix code block styling --- site/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/static/style.css b/site/static/style.css index e6345a4..348099b 100644 --- a/site/static/style.css +++ b/site/static/style.css @@ -446,6 +446,10 @@ pre { border-radius: 0.5rem; } +pre code { + display: block; +} + span[data-hl="comment"], span[data-hl="comment.documentation"] { color: var(--code-comment); -- 2.49.0