From 1c29763441a5bb343ddaeb8589b782a49ca9bb55 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Thu, 3 Sep 2015 11:57:29 -0400 Subject: [PATCH] Overriding white color for messages on dashboard --- lms/static/sass/multicourse/_dashboard.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index 3066cc570c..f3f8c1bef4 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -574,6 +574,7 @@ padding: ($baseline/2) $baseline; background: $gray-l5; border: 1px solid $gray-l4; + color: $base-font-color; // Overrides the normal white color in this one case // STATE: shown &.is-shown {