修改文章内部标题的 css

This commit is contained in:
liuzhihang 2022-10-22 16:54:19 +08:00
parent 6d8df08d1c
commit add83b4078
1 changed files with 7 additions and 0 deletions

View File

@ -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;