Separate colors of normal text and message text
derderdunichbist opened this issue · 2 comments
derderdunichbist commented
Hi there!
Is there a way to specify different colors for headings and the message-box text?
Right now, the property colors -> light -> text
modifies both the headings of the different sections (e.g. Tools in the screenshot), but also the text color of the message box text, which makes it barely readable with the default color settings.
The text in the message box is longer, I just selected bits of it for us to be readable.
Thanks and best regards!
walkxcode commented
Hey!
You can do this by targeting the .message-header
class for the header, and the .message-body
class for the message itself in the custom.css file.
derderdunichbist commented
Thanks a lot! That solved my issue :)