This is a limitation of CKeditor and not something we can fix. However:
Option 1: Bullets inherit the "Dark" color selected in the page and Ontramail palette:
http://screenshot.ontrapedia.com/public/atenno/g6y2pYta6s.mp4
Option 2: Add CSS code to the header of your page. In the "color:" replace the #fff with the hex color code of your choice.
<style>
li::marker {
color: #fff;
}
</style>
Comment actions