Fixed: Improve readability of text on light blue labels

This commit is contained in:
Mark McDowall 2019-02-07 18:42:54 -08:00
parent 8ea24a6b09
commit 2ce3cd4c2a
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
.info {
border-color: $infoColor;
background-color: $infoColor;
color: $themeLightColor;
&.outline {
color: $infoColor;
@ -71,6 +72,7 @@
.success {
border-color: $successColor;
background-color: $successColor;
color: #eee;
&.outline {
color: $successColor;