Commit 1c297634 by Chris Rodriguez

Overriding white color for messages on dashboard

parent ff8e4737
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment