Skip to content

Commit 28a1e3e

Browse files
rfoucardlinawolf
authored andcommitted
Update theme.css
1 parent ad13968 commit 28a1e3e

File tree

1 file changed

+13
-0
lines changed
  • packages/typo3-docs-theme/resources/public/css

1 file changed

+13
-0
lines changed

packages/typo3-docs-theme/resources/public/css/theme.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22875,6 +22875,19 @@ article h3, article .h3 {
2287522875
box-shadow: inset 0px 0px 2px 2px;
2287622876
}
2287722877

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+
2287822891
.btn, .toc-toggle {
2287922892
display: inline-flex;
2288022893
align-items: center;

0 commit comments

Comments
 (0)