Remove Gray Highlight When Tapping Links in Mobile Safari
// allow :active styles to work in your CSS on a page in Mobile Safari document.addEventListener("touchstart", function(){}, true);
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }