Override a:hover with jQuery?

后端 未结 4 804
庸人自扰
庸人自扰 2021-01-02 04:21
4条回答
  •  遥遥无期
    2021-01-02 04:38

    Just define your CSS without a "a:hover"

    a { color: #fffff }
    

    This CSS will override the a:link, a:hover, a:visited and a:active.

提交回复
热议问题