JayOram/email-css-resets

Outlook Android app

M-J-Robbins opened this issue · 1 comments

The android version of Outlook adds class="ms-outlook-linkify" to generated links.

So adding this can help

.ms-outlook-linkify{
  color: inherit !important;
}	

Thanks @M-J-Robbins - I have updated the Link resets readme with this new fix.