My website is similar to SO where moderators have a diamond sign at the end of their name. However, I am facing an issue on my iPhone where the diamond sign looks red and distorted (on Chrome it appears normal).
https://i.sstatic.net/RnpyP.jpg
As you can see in the image above, the diamond sign appears red and oversized. How can I resolve this? It's worth noting that SO looks perfectly normal on my iPhone:
https://i.sstatic.net/nTqwn.jpg
I have used the same styles as SO for the diamond sign:
.mod-flair {
color: #07C;
margin-left: 3px;
font-weight: bold;
font-size: 15px;
line-height: 8px;
margin-right: 4px;
}