Colour Scheme for custom HTML

There’s no bug
You can only use the %color:Primary 500% syntax in theme.css
In my post above I suggested adding the :root params to the theme.css

If you move the following code

:root{
  --primary-color: %color:Primary 700%;
}

from the custom html style tags into theme.css it works as expected

2 Likes