0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 01:02:47 +00:00

Oy, what a typo.

This commit is contained in:
David Bolack
2024-09-10 11:25:06 -05:00
parent 930974f66d
commit ed376f3154

View File

@@ -814,15 +814,15 @@ h6,
.tocDepthH5 :is(h1, h2, h3, h4, h5) {--TOC: include; }
.tocDepthH6 :is(h1, h2, h3, h4, h5, h6) {--TOC: include; }
.page:has(.tocGobalH4) {
.page:has(.tocGlobalH4) {
h4 {--TOC: include; }
}
.page:has(.tocGobalH5) {
.page:has(.tocGlobalH5) {
h4, h5 {--TOC: include; }
}
.page:has(.tocGobalH6) {
.page:has(.tocGlobalH6) {
h4, h5, h6 {--TOC: include; }
}