在外观-自定义-额外CSS样式表添加

166 阅读1分钟

a:link {
color: #330099;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
}