修改文章内部标题的 css
This commit is contained in:
parent
6d8df08d1c
commit
add83b4078
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue