Colors
Most colors can be changed by touching only 3 variables in the first lines of the /html/bitbusiness.css file:
:root {
--main-color: rgba(250, 25, 120, 1);
--main-radial-color: radial-gradient(122.5% 810.9% at -20.75% 143%, #FA1A78 0%, rgba(250, 26, 120, 0) 100%);
--main-borders-color: rgba(250, 25, 120, 0.23999999463558197);
}
I
Last updated