Outlook Android app
M-J-Robbins opened this issue · 1 comments
M-J-Robbins commented
The android version of Outlook adds class="ms-outlook-linkify"
to generated links.
So adding this can help
.ms-outlook-linkify{
color: inherit !important;
}
JayOram commented
Thanks @M-J-Robbins - I have updated the Link resets readme with this new fix.