Modify H4 design (#458)

This commit is contained in:
pollfly 2023-01-29 15:05:04 +02:00 committed by GitHub
parent ac57629f5c
commit 0daed7cd28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -780,6 +780,18 @@ html[data-theme="dark"] h3 {
color: var(--ifm-color-primary-lightest); color: var(--ifm-color-primary-lightest);
} }
/* <h4> */
.markdown h4 {
font-size: 1.3rem;
}
html[data-theme="light"] h4 {
color: #62b00d;
}
html[data-theme="dark"] h4 {
color: #83de1f;
}
/* <hr> */ /* <hr> */
.markdown hr { .markdown hr {
border-bottom: none; border-bottom: none;