📜  更改文本颜色 li css 代码示例

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

代码示例1
/*
li only changes its bullets color, if you want to change
the text, you must use the 'a' tag after the li
*/
li a{
    color: white;
}