mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix accordion theme color
This commit is contained in:
parent
92a6e85fe7
commit
ff67e42303
3
client/src/sass/bootstrap.scss
vendored
3
client/src/sass/bootstrap.scss
vendored
@ -37,6 +37,9 @@
|
|||||||
.accordion {
|
.accordion {
|
||||||
--bs-accordion-color: #{pvar(--mainForegroundColor)};
|
--bs-accordion-color: #{pvar(--mainForegroundColor)};
|
||||||
--bs-accordion-bg: #{pvar(--mainBackgroundColor)};
|
--bs-accordion-bg: #{pvar(--mainBackgroundColor)};
|
||||||
|
|
||||||
|
--bs-accordion-btn-color: var(--bs-accordion-color);
|
||||||
|
--bs-accordion-btn-bg: var(--bs-accordion-bg)
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover {
|
.popover {
|
||||||
|
Loading…
Reference in New Issue
Block a user