mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-22 04:40:40 +00:00
fix: remove headline anchors on more shortcodes (#158)
This commit is contained in:
parent
550745e727
commit
888335d3b3
@ -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 >}}
|
||||
|
Loading…
Reference in New Issue
Block a user