From 131872f47630950c02c8c4ec6a2092dc8875fc72 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Mon, 16 Jun 2025 10:51:06 -0400 Subject: [PATCH] css bug with code tag --- site/_includes/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_includes/css/site.css b/site/_includes/css/site.css index 37f6c25..372abf6 100644 --- a/site/_includes/css/site.css +++ b/site/_includes/css/site.css @@ -550,7 +550,7 @@ a.header-anchor { margin-bottom: 1rem; } -p > code, +:not(pre) > code, pre { font-family: "Commit Mono", monospace; background-color: var(--c-text-background-light);