私は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で弾丸の色を変更する方法を教えてください..よろしくお願いします