mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-11 00:10:28 -07:00
8 lines
154 B
SCSS
8 lines
154 B
SCSS
@import 'colors';
|
|
.accordion-button:not(.collapsed) {
|
|
color: shade-color($primary, 50%);
|
|
}
|
|
|
|
.accordion-body h3 {
|
|
color: shade-color($primary, 50%);
|
|
}
|