fix <pre> rendering by explicitly setting a monospace font
All checks were successful
/ build (pull_request) Successful in 58s

This commit is contained in:
lilly 2025-12-20 13:11:25 +01:00
commit 694ee49e94
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -105,7 +105,7 @@
} }
pre { pre {
overflow-x: scroll; font-family: monospace;
} }
} }