From fbc1c6cd4d95474b4b48f1f36015978758545920 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 13 Oct 2024 15:40:31 -0400 Subject: [PATCH] Improve the look of code blocks --- themes/red/assets/css/site.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index 578c5f5..51f442a 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -434,6 +434,9 @@ hr { code { white-space: pre-wrap; + background-color: var(--background-tertiary); + border-radius: 5px; + padding: 3px; } pre {