quietsy 219008fe84 Fix faq (#284)
* Fix faq

* Fix anchors

* Cleanup

* Fix #strict-proxy-traefik
2025-01-20 10:23:27 +02:00

20 lines
442 B
CSS

.md-typeset .admonition.faq,
.md-typeset details.faq {
border-color: rgb(77, 77, 77);
}
.md-typeset details.faq > h5 {
visibility: hidden;
height: 0;
margin-top: 0;
margin-bottom: 0;
}
.md-typeset .faq > .admonition-title,
.md-typeset .faq > summary {
background-color: transparent;
padding-left: 12px;
}
.md-typeset .faq > .admonition-title::before,
.md-typeset .faq > summary::before {
visibility: hidden;
}