これは、私のナビゲーションのリンクの 1 つです。
<li><a href="#live-now" class="navBtn"><span id="navLiveNow" class="white innerShadow textShadow">Live Now</span></a></li>
私のcssには次のものもあります:
a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
a:hover, a:active { text-decoration: none; }
しかし、リンクは依然としてひどい青/紫の訪問済み /hover html デフォルトで表示されます。私は何を間違っていますか?