Fix accordion theme color

pull/5665/head
Chocobozzz 2023-02-27 15:33:19 +01:00
parent 92a6e85fe7
commit ff67e42303
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@
.accordion {
--bs-accordion-color: #{pvar(--mainForegroundColor)};
--bs-accordion-bg: #{pvar(--mainBackgroundColor)};
--bs-accordion-btn-color: var(--bs-accordion-color);
--bs-accordion-btn-bg: var(--bs-accordion-bg)
}
.popover {