While it is very easy to switch between the provided styles, if I want to choose different colors I found that I'll have to redefine dozens of CSS rules because the same color (#ef5285 in the default style) is repeated in dozens of places.
Would it not be possible to avoid this repetition by using CSS variables or some other mechanism that would allow me to redefine these values only in one place?
Hi,
While it is very easy to switch between the provided styles, if I want to choose different colors I found that I'll have to redefine dozens of CSS rules because the same color (#ef5285 in the default style) is repeated in dozens of places.
Would it not be possible to avoid this repetition by using CSS variables or some other mechanism that would allow me to redefine these values only in one place?
Thanks, Nuno