Within my QML Text (RichText) elements, I have incorporated multiple CSS-styled html elements using the inline 'style' attribute within each tag (e.g.
<code style=\"background-color:black; text-indent: 10px\"></code>
). Is there a way to apply these CSS properties globally?