Solved! Go to Solution.
Hi @KeithM9243. Thank for bringing this to our attention. We've noted this as a defect that happens when links are pasted into the editor. For now, you will need to manually change the font color for the rest of the block to the desired color.
Specifically, when looking at the source, my message starts with dark grey from the tag:
<td class="editor-text content-text" align="left" valign="top" style="font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color: #403F42;
Then switches for the hyperlink to target="_blank" style="color: rgb(0, 0, 0);
Then continues after the hyperlink with </a><span style="color: rgb(0, 0, 0);">
Once we get to the signature text, it returns to:
<td class="editor-text signature-text" align="left" valign="top" style="font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color: #403F42;
Hi @KeithM9243. Thank for bringing this to our attention. We've noted this as a defect that happens when links are pasted into the editor. For now, you will need to manually change the font color for the rest of the block to the desired color.