Using the default dark.css all the text is converted to white except the label of the Trellis charts. Is there a way for this to be picked up by the dark.css or can the color of that text be set manually?
Hi @bramanallen
You can set manually like. Fetch that label id or class. Add in that dark. CSS .
. Class_name {
Color: white ! Important;
}
This is hosted solution. We don't have access to the dark.css to edit.