nerf markdown header font sizes -- match github (#388)

This commit is contained in:
Mike Sawka 2024-03-06 11:52:26 -08:00 committed by GitHub
parent a1ab25936e
commit 55a5b8615b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,21 +70,32 @@
outline: 2px solid var(--markdown-outline-color);
}
.title {
font-weight: semibold;
padding-top: 6px;
}
.title.is-1 {
border-bottom: 1px solid #777;
padding-bottom: 6px;
font-size: 2em;
}
.title.is-2 {
border-bottom: 1px solid #777;
padding-bottom: 6px;
font-size: 1.5em;
}
.title.is-3 {
font-size: 1.25em;
}
.title.is-4 {
font-size: 1em;
}
.title.is-5 {
font-size: 0.875em;
}
.title.is-6 {
font-size: 0.85em;
}
}