From c7fba64e62aec4a6c2b8830a96849ad69584bb13 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 29 Nov 2024 19:59:34 -0600 Subject: [PATCH] fix(post): styling --- styles/post.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/post.css b/styles/post.css index da6af9b..9615d6c 100644 --- a/styles/post.css +++ b/styles/post.css @@ -49,10 +49,11 @@ li { display: inline-block; } -code { +:not(pre) > code { font-family: "Courier New", Courier, monospace; background-color: #f4f4f4; padding: 2px 4px; + margin: 0 5px; border: 1px solid #e1e1e1; border-radius: 4px; font-size: 0.95em;