Modify H4 spacing (#723)

This commit is contained in:
pollfly
2023-11-28 10:02:25 +02:00
committed by GitHub
parent 70d31bfeed
commit 7afc79f5ce

View File

@@ -700,6 +700,8 @@ html[data-theme="dark"] h3 {
/* <h4> */
.markdown h4 {
font-size: 1.3rem;
margin-bottom: 8px;
margin-top: 42px;
}
html[data-theme="light"] h4 {
color: #62b00d;