Remove grey background on link clicked in ios safari



When you click (touch) a link in Safari for iOS, you get a grey background behind link.
Here the code for remove the link:

a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
Official wiyono blog