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

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

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