Remove hover styles on tap on mobile devices
Just use Media Queries: interaction media features
@media not all and (hover: none) {
a:hover{
color: orange
}
}
Just use Media Queries: interaction media features
@media not all and (hover: none) {
a:hover{
color: orange
}
}