im trying to change the color of numbered lists collapsed and expanded. i dont want it to affect the bullet points just the number and the period that follows
this is what i have currently and i used this snippet:
body.theme-dark {
–list-marker-color: #68FF92;
–list-marker-color-collapsed: #68FF92;
}
here the bullet points are also green but i want then to be the default grey
thanks this worked perfectly. also if its not a bother is there any way to change the color of text in a circle bracket? eg:
(cars)
i want both the cars and the brackets to be a different color. thanks again