Hi,
I've found an issue in the HTML editor where if you set the color of the text, but you change the background color away from white/light colors, the bullet points do not take the color of the text (The behavior is the same in all cases, it's just easier to illustrate on dark backgrounds). This makes them harder to see on dark backgrounds.
I've created this sandbox showing the issue, using a fork of your demo. The markup that was used is the resulting markup of your demo here, but changing the text color to white.
Since the span with the color is applied to the text only, the ::before element that contains the bullet point does not have the color applied to it.
Could you suggest a fix for this?
Thanks in advance,
LC