At several places in the code, colors are hard coded.
Those need to go and be replaced by variables (in _variables.scss) to allow better overriding.
Preferably all colors are defined in _variables.scss then used as is (no operation on the color itself).
At several places in the code, colors are hard coded.
Those need to go and be replaced by variables (in _variables.scss) to allow better overriding.
Preferably all colors are defined in _variables.scss then used as is (no operation on the color itself).