fix: remove headline anchors on more shortcodes (#158)

uci-hugo-doc
Robert Kaussow 2021-07-01 09:28:27 +02:00 committed by GitHub
parent 550745e727
commit 888335d3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,10 @@
&__control:checked + &__label + &__content {
display: block;
}
.gdoc-page__anchor {
display: none;
}
}
// {{< columns >}}
@ -129,6 +133,10 @@
color: $body-font-color;
}
}
.gdoc-page__anchor {
display: none;
}
}
// {{< mermaid >}}