Colored bullet list

Hi. I need find a way to change the default (black) color of a bullet list (in my case I need it white)

Let’s suppose I have this list:

"html": "<p><ul><li>List item</li></ul></p>"
"css":"p { color: #ffffff; font-size: 22px; font-family: 'Raleway Regular' }"

I tried style attribute of ul and li, I tried enclosing it in p tag and applying style to it.
I tried something like li { color: white; } in css field (and various combinations with ul and p.
But nothing seems to work, the bullet point always remains black.

For the time being I “solved” the issue by using a table, but a proper list would be much better, since the table different padding which I wasn’t able to remove as well

PS: I still need to be able to apply properties to the text inside the list