We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad13968 commit 28a1e3eCopy full SHA for 28a1e3e
packages/typo3-docs-theme/resources/public/css/theme.css
@@ -22875,6 +22875,19 @@ article h3, article .h3 {
22875
box-shadow: inset 0px 0px 2px 2px;
22876
}
22877
22878
+.accordion {
22879
+ border-radius: var(--bs-accordion-border-radius);
22880
+ box-shadow: 2px 1px 6px rgba(32, 33, 36, 0.28);
22881
+}
22882
+.accordion .accordion-header {
22883
+ padding-bottom: 0;
22884
+ border-bottom: none;
22885
22886
+.accordion .accordion-button:not(.collapsed) {
22887
+ color: inherit;
22888
+ background-color: inherit;
22889
22890
+
22891
.btn, .toc-toggle {
22892
display: inline-flex;
22893
align-items: center;
0 commit comments