css link-unstyle

去除文字 link 顏色(改為黑色)、底線

.text-content, a:link, a:visited {
  color:#000000 !important;
  text-decoration:none;
}

comments powered by Disqus