From eee8eed4888e71cf147134572ec1c8f4d413eaef Mon Sep 17 00:00:00 2001 From: ruinivist Date: Sun, 29 Mar 2026 02:41:47 +0000 Subject: [PATCH] styles: apply code background broadly --- quartz/styles/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 931bc9b..92fb9fc 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -49,8 +49,8 @@ hyphens: none; } -// Inline code background, initial version for code inside paragraphs. -p > code { +// Inline code background. +code { background-color: color-mix(in srgb, var(--lightgray) 20%, transparent); }