Just switched to this and have managed to get most of my styling back, however is it possible to add #color: FOREGROUND-COLOUR
to the style attribute please?
So this:
Style Attribute {
--category-badge-color: #0;
--category-badge-text-color: #865ac9;
}
Would end up like this:
Style Attribute {
--category-badge-color: #0;
--category-badge-text-color: #865ac9;
color: #865ac9;
}
And so like this:
(Or is it possible for me to do this locally just on my install?)