Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 393 Bytes

gmail.md

File metadata and controls

14 lines (12 loc) · 393 Bytes

Email Bug Fixes for Gmail

Customize address and phone styles

<span class="address-or-phone" style="color: #9f9f9f !important; text-decoration: none !important">123 Kokomo Ln</span>
span.address-or-phone a {
        color: #9f9f9f !important; 
        text-decoration: none !important;
}