Overriding white color for messages on dashboard

This commit is contained in:
Chris Rodriguez
2015-09-03 11:57:29 -04:00
parent ff8e473787
commit 1c29763441

View File

@@ -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 {