Text-decoration: none not working

后端 未结 14 2173
花落未央
花落未央 2021-01-01 09:08

Totally baffled! I\'ve tried rewriting the text-decoration: none line several different ways. I also managed to re-size the text by targeting it but the t

14条回答
  •  迷失自我
    2021-01-01 09:37

    I used the code below to get mine to work in Chrome. You can adjust the nesting:

    a:-webkit-any-link { color: black; }
    

提交回复
热议问题