Update web copy. Style pages with bootstrap accordions.

This commit is contained in:
rebuilt 2022-10-10 22:28:34 -07:00
parent f5e66dacb8
commit 5b7133d7ff
11 changed files with 475 additions and 211 deletions

View file

@ -0,0 +1,8 @@
@import 'colors';
.accordion-button:not(.collapsed) {
color: shade-color($primary, 50%);
}
.accordion-body h3 {
color: shade-color($primary, 50%);
}