change bullet color li css code example
Example: change color of bullet points css
li::marker {
color: red;
}
/* ^ just set the color of the marker pseudo element */
li::marker {
color: red;
}
/* ^ just set the color of the marker pseudo element */