From e03c526ddbc0c9d615fad5e37752f80686f2b981 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Tue, 17 Sep 2024 08:18:44 +0300 Subject: [PATCH] strong style --- quartz/styles/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index f46e81b82..6f6666c17 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -77,7 +77,7 @@ h4 { font-size: 1.2rem; } -.page article p>strong { +article strong { color: var(--secondary); }