The areas with a background value of var(--chum-dark), var(--chum-medium), var(--chum-light) currently have a hardcoded color value of black. This causes readability issues for anyone customising the background colour variables.
Solution: Use a variable for color in these areas.
The areas with a background value of
var(--chum-dark),var(--chum-medium),var(--chum-light)currently have a hardcodedcolorvalue of black. This causes readability issues for anyone customising the background colour variables.Solution: Use a variable for
colorin these areas.