Skip to content

Commit

Permalink
Merge pull request #412 from elenashcherbinina/faq_text_color
Browse files Browse the repository at this point in the history
#410 changed --bs-accordion-active-color to white
  • Loading branch information
dzencot authored Dec 19, 2023
2 parents 50dced4 + f3b193d commit 25633d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/about/Faq.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
--bs-accordion-bg: none;
--bs-accordion-color: white;
--bs-accordion-btn-color: white;
--bs-accordion-active-color: white;
--bs-accordion-icon-color: #fff;
--bs-accordion-border-width: 0px;
margin-left: -1.3rem;
Expand All @@ -21,11 +22,10 @@
}
:global(.accordion-button:not(.collapsed)::before) {
transform: var(--bs-accordion-btn-icon-transform);
background-image: var(--bs-accordion-btn-active-icon);
}

:global(.accordion-button::before) {
content: '';
content: "";
flex-shrink: 0;
width: var(--bs-accordion-btn-icon-width);
height: var(--bs-accordion-btn-icon-width);
Expand Down

0 comments on commit 25633d8

Please sign in to comment.