📜  在 wordpress 中更改链接颜色 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:46.042000             🧑  作者: Mango

代码示例1
.entry-content a {
    color: red;
}
.entry-content a:hover {
    color: blue;
}