我tinymce
在我的网站上使用插件
当我更改文本颜色时,项目符号颜色保持黑色。我还尝试编辑 html 代码并将颜色放入此代码行
<ul style="list-style-type: disc;">
<li style="list-style-type: none;">
<ul style="list-style-type: disc; color: #da000c;">
<li style="list-style-type: circle; list-style-position: outside;">
<span style="font-style: normal; list-style-type: circle;
list-style-position: outside;
color: #ff0000;">
<span class="example1">Blood</span><span class="example1"> cannot be manufactured.
It can only come as a gift from people.</span></span></li>
任何人请告诉我如何更改tinymce中的子弹颜色..提前谢谢