Change description text color

Add this code to the Custom CSS field on your Job Board widget’s Appearance tab:

[class*="Description__Text-sc"] {
color: gray !important;
}