0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 22:22:42 +00:00

Attempt to block H4-h6 from existing ToCs from showing up in a new ToC.

This commit is contained in:
David Bolack
2024-03-25 19:06:38 -05:00
parent 9d3f7fe556
commit 211fe48e29

View File

@@ -831,6 +831,9 @@ h6,
text-decoration : none;
&:hover { text-decoration : underline; }
}
h1, h2, h3, h4, h5, h6 {
--TOC: exclude !important;
}
h4 {
margin-top : 0.2cm;
line-height : 0.4cm;