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;