Patch fix for email text color.

This commit is contained in:
Dank Gabs 2019-07-03 15:22:14 -04:00
parent bb716d44e2
commit 3359453363

@ -514,7 +514,7 @@ ul {
color: lighten($ui-base-color, 26%);
span {
color: $ui-primary-color;
color: #fff;
}
}
}