Hi there,
is there a possibility to use the colors, defined in the color manager as a variable in the theme css settings?
I just read about css variables. Is it already used?
:root{
–me-color: hsl(350,50%,50%);
}
.top-menu h1 {
color: var(–me-color);
}
thx