diff --git a/theme/binarius/style/core.css b/theme/binarius/style/core.css index 9acf4cd1f4002..fba723d651f41 100644 --- a/theme/binarius/style/core.css +++ b/theme/binarius/style/core.css @@ -125,6 +125,9 @@ fieldset#general { .course-content .current { background: #f14e16; +} + +.course-content .current .left { color: #fff; } diff --git a/theme/boxxie/style/core.css b/theme/boxxie/style/core.css index 4a4180d527b8c..19770e49f4aea 100644 --- a/theme/boxxie/style/core.css +++ b/theme/boxxie/style/core.css @@ -312,9 +312,12 @@ h2.headingblock { .course-content .current { background:#69804e; - color:#fff; } +.course-content .current .left { + color: #fff; +} + .course-content .main .content { padding: 10px; background:#fff; diff --git a/theme/leatherbound/style/core.css b/theme/leatherbound/style/core.css index c7a4b442facc4..cff9b92a7ca51 100644 --- a/theme/leatherbound/style/core.css +++ b/theme/leatherbound/style/core.css @@ -163,7 +163,10 @@ h2.headingblock { .course-content .current { background: #da5013; - color: #fff; +} + +.course-content .current .left { + color: #fff; } .course-content .main .content { diff --git a/theme/nonzero/style/core.css b/theme/nonzero/style/core.css index 157a9a31784fa..e458e659b04a0 100644 --- a/theme/nonzero/style/core.css +++ b/theme/nonzero/style/core.css @@ -148,6 +148,9 @@ a:active { .course-content .current { background: #1f5480; +} + +.course-content .current .left { color: #fff; } diff --git a/theme/serenity/style/core.css b/theme/serenity/style/core.css index 911964e94a21d..0f1918a7d4a8d 100644 --- a/theme/serenity/style/core.css +++ b/theme/serenity/style/core.css @@ -124,6 +124,9 @@ a:hover { .course-content .current { background: #9ca7b4; +} + +.course-content .current .left { color: #fff; }