mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 15:52:43 +00:00
Attempt to block H4-h6 from existing ToCs from showing up in a new ToC.
This commit is contained in:
@@ -831,6 +831,9 @@ h6,
|
|||||||
text-decoration : none;
|
text-decoration : none;
|
||||||
&:hover { text-decoration : underline; }
|
&:hover { text-decoration : underline; }
|
||||||
}
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
--TOC: exclude !important;
|
||||||
|
}
|
||||||
h4 {
|
h4 {
|
||||||
margin-top : 0.2cm;
|
margin-top : 0.2cm;
|
||||||
line-height : 0.4cm;
|
line-height : 0.4cm;
|
||||||
|
|||||||
Reference in New Issue
Block a user