From 1fa871646f2d40de685931c7392a852d1f7e6196 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sun, 23 Nov 2025 13:13:01 -0500 Subject: [PATCH] Changed colors for callout quote blockquotes and their titles --- quartz/styles/custom.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 74aa6da..1915ada 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -40,7 +40,11 @@ article.popover-hint ol > li { } blockquote.callout.quote { - background-color: var(--darkgray); + background-color: var(--gray); border: 0 solid var(--dark); + + & .callout-title { + color: var(--tertiary); + } }