I've noticed that the if I use the font color button, it tries to implement an exact rgb code which the board is apparently unable to implement, resulting in:
This
If I take the same syntax, and replace "rgb(0, 100, 0)" with (for example) "green", then it works just fine.
However, this approach prevents most of the other colors from being implemented, since the color name only works with the base colors.
This
If I take the same syntax, and replace "rgb(0, 100, 0)" with (for example) "green", then it works just fine.
However, this approach prevents most of the other colors from being implemented, since the color name only works with the base colors.