Dark title on dark blue results in poor contrast, poor style; poor readability. White gives better results.
.course-about .description section.plan h2 {
color: black;
margin-top: 20px;
margin-bottom: 40px;
}
into
.course-about .description section.plan h2 {
margin-top: 20px;
margin-bottom: 40px;
}


Dark title on dark blue results in poor contrast, poor style; poor readability. White gives better results.
fun-apps/funsite/static/funsite/css/fun.css
Line 1933 in 010a32b
into