NT 1 Gmail Blue Link fixes for 2018 Shared by Nischal Tiwari, 2018-02-16 05:05:37. Tagged: Hack, Gmail Copy to Clipboard Add to Snippets Snippet Trigger Manage Snippets Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your library. Manage your snippets. Copied to Clipboard Your snippet is out of date. Update snippet <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Google Auto Blue Colors</title> <style media="all"> /*Gmail specific free text line height fix*/ u + .body .m_free-text span { line-height: 1.2em; } /*Gmail specific free text and footer font color fix*/ u + .body .m_free-text a, u + .body .m_footer a { color: #FF6600 !important; } </style> </head> <body class="body"> <table cellpadding="0" cellspacing="0"> <tbody> <tr> <td align="center" style="font-family:'Lato',Tahoma, Arial, sans-serif; color:#ffffff; text-decoration:none; padding-top:10px; padding-bottom:10px; font-size:13px;" class="m_footer">Demo Company Name, 29 Ringwood Street, Ringwood, Vic 3134 Australia </td> </tr> </tbody> </table> </body> </html>