From ee8fb994ab6b7fca609689fe6a8e30dc74ce1a70 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 3 Feb 2024 15:42:22 -0500 Subject: [PATCH] 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. --- emacs/dist/tufte.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/emacs/dist/tufte.css b/emacs/dist/tufte.css index e07d1ff..3306124 100644 --- a/emacs/dist/tufte.css +++ b/emacs/dist/tufte.css @@ -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;