79300771

Date: 2024-12-22 09:57:10
Score: 0.5
Natty:
Report link

The snippet preview on SO displays the lowercase version, so maybe there's an additional stylesheet being loaded on your end?

Two things,

  1. Create another <a> tag and check if its text is capitalized as well (Also open your developer tools and look at the applied styles on the email <a> tag)
  2. Place !important after your text-transform: nones, it's likely something more specific is taking priority, and using CSS's !important would supersede that hierarchy.
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: TheOnlyWayUp