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
1 changed files with 1 additions and 1 deletions

View File

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