Accordions: Change content color

Accordion content does not have a color setting option. If you'd like accordion content to be the same as your body text color, use this style code. 

Example before:

After:

Code:

/* -- code to change accordion content color -- */
.accordion-content {color: $colorTextBody;}
/* - end - */

Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code