Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

change color of bullet points css

li::marker {
	color: red;
}
/* ^ just set the color of the marker pseudo element */
 
PREVIOUS NEXT
Tagged: #change #color #bullet #points #css
ADD COMMENT
Topic
Name
7+7 =