I naively tried to tweak colors a little bit (settings CSS) and got caught into a nightmare.
Changing : root didn't do it because colors are still hard coded into -primary (AFAIK root has variables so it shouldn't) and changing colors according to 2 contrast (color on white, white on color) resulted in this:
I naively tried to tweak colors a little bit (settings CSS) and got caught into a nightmare. Changing : root didn't do it because colors are still hard coded into
-primary
(AFAIK root has variables so it shouldn't) and changing colors according to 2 contrast (color on white, white on color) resulted in this:Reading https://wiki.saltcorn.com/view/ShowPage/cookbook I think we should wire colors to using
var
so that the min.css is adaptable directly into SC.Before forking, what do you think?