Modifier la couleur du texte Li CSS
/*
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;
}
DajuSar