The sentence input with CKEditor seems to be enclosed with the DIV tag, and to be put unnecessary inline-CSS compulsorily though the occurrence condition is not clear.
<div style="font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255);">
<p>paragraph1</p>
<p>paragraph2</p>
</div>
It seems that body selector in qa-plugin/wysiwyg-editor/contents.css be reflected. It embarrasses at black background theme.
Does anyone know the solution?