Made h4 usable.

h1 is only used for the header in ox-tufte. Every other indent level is
h2 or smaller. This gives us 3 levels of depth before html dipatch
breaks formatting.
This commit is contained in:
James Patrick 2024-02-03 15:42:22 -05:00 committed by James Patrick
parent b72e997d89
commit ee8fb994ab
1 changed files with 9 additions and 0 deletions

View File

@ -128,6 +128,15 @@ h3 {
line-height: 1;
}
h4 {
font-style: italic;
font-weight: 400;
font-size: 1.5rem;
margin-top: 2rem;
margin-bottom: 1.4rem;
line-height: 1;
}
hr {
display: block;
height: 1px;