I'm looking to change the background colour of my bullet points,
ul {
list-style-type: square;
list-style-position: outside;
list-style-image: none;
}
Is there a bullet point background colour attribute? Somthing like this?
list-style-background-color: blue;
EDIT
color: blue
Changes the font colour and the bullet point colour, but I would like to just change the bullet point colour and leave the font alone.