From 4b7a570b6e0626425aee777a420c252a549c03f1 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sun, 23 Nov 2025 13:17:51 -0500 Subject: [PATCH] Again re-customized background for callout quote blockquotes --- quartz/styles/custom.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 1915ada..eb18f81 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -40,11 +40,6 @@ article.popover-hint ol > li { } blockquote.callout.quote { - background-color: var(--gray); + background-color: var(--tertiary); border: 0 solid var(--dark); - - & .callout-title { - color: var(--tertiary); - } } -