diff --git a/theme/leatherbound/style/core.css b/theme/leatherbound/style/core.css index b2a2336a688..87eeb6a2443 100644 --- a/theme/leatherbound/style/core.css +++ b/theme/leatherbound/style/core.css @@ -167,9 +167,12 @@ h2.headingblock { .course-content .current { background: #da5013; - color: #fff; } +.course-content .current .left.side { + color: #fff; +} + .course-content .main .content { background: #fff; }