Using version 0.12.2.4, working with a white font inside CSS (inside a gray background), but the color font (red, orange) did not execute:
.header { background-color: #888; color: #fff; } .orange { color: f80; }
Using the style directly in the div did the job:
<div style="color:#f60;">My Orange Text</div>
Maybe because there is no background? I dont know.
So if you try CSS and it doesn't work, this might work ...
source share