Mudar a cor dos pontos de bala CSS
li::marker {
color: red;
}
/* ^ just set the color of the marker pseudo element */
sicaria
li::marker {
color: red;
}
/* ^ just set the color of the marker pseudo element */
li::before {content: "•"; color: red;
display: inline-block; width: 1em;
margin-left: -1em}
CSS By Happy Hyena on Mar 24 2020