0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 09:12:39 +00:00

Fix Exclusion examination

This commit is contained in:
David Bolack
2024-01-20 20:47:27 -06:00
parent 854c21639a
commit 622827efda
2 changed files with 13 additions and 14 deletions

View File

@@ -799,6 +799,16 @@
// *****************************
// * TABLE OF CONTENTS
// *****************************/
.page:has(.frontCover),
.page:has(.backCover),
.page:has(.insideCover),
.page:has(.partCover),
.monster h3,
.monster h4,
h5, h6,
.toc { --TOC: exclude; }
.page {
&:has(.toc)::after { display : none; }
.toc {