📜  单击链接时,它会变成红色 - CSS 代码示例

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

代码示例1
a {
    color: inherit;
}
/*Use this so that when you click a link the color dont change to red ( as it is default )*/