html sticky touch hover

HTML
@media(hover: hover) and (pointer: fine) {
    nav a:hover {
        background: yellow;
    }
}
Source

Also in HTML: