From add83b407853795acc29840676770eb17cb3520c Mon Sep 17 00:00:00 2001 From: liuzhihang Date: Sat, 22 Oct 2022 16:54:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E7=AB=A0=E5=86=85?= =?UTF-8?q?=E9=83=A8=E6=A0=87=E9=A2=98=E7=9A=84=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/assets/zhheo/zhheoblog.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index d94cffa3..87c808ef 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -9792,6 +9792,13 @@ strong { flex-direction: row-reverse; } +#article-container.post-content h1 strong, +#article-container.post-content h2 strong, +#article-container.post-content h3 strong, +#article-container.post-content h4 strong { + color: var(--text-highlight-color); +} + #article-container.post-content h1 { font-size: 1.5rem; line-height: 1.3;