You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
271 B

@import 'colors';
.accordion-button:not(.collapsed) {
color: shade-color($primary, 50%);
}
.accordion-body h3 {
color: shade-color($primary, 50%);
}
h1 {
color: $dark-blue;
}
h2 {
color: $dark-blue;
}
h3 {
color: $dark-blue;
}
h4 {
color: $dark-blue;
}