0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 18:52:38 +00:00

Remove !important from toc.h4/h5/h6 --TOC

This commit is contained in:
David Bolack
2024-03-25 19:38:26 -05:00
parent 733b929940
commit cdf5b29ac2

View File

@@ -832,7 +832,7 @@ h6,
&:hover { text-decoration : underline; } &:hover { text-decoration : underline; }
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
--TOC: exclude !important; --TOC: exclude;
} }
h4 { h4 {
margin-top : 0.2cm; margin-top : 0.2cm;