Hi! I would love to know why the color that is set for the variables at first moment doesn’t work,
--building-color1: #aa80ff;
--building-color2: #66cc99;
--building-color3: #cc6699;
and It is needed to put a fallback value to color, in order to see the color of the buildings.,
example:
background-color: var(--building-color2, green);
Despite, I did the lesson and it works perfectly, I don’t understand what is wrong with the other colors and why they aren’t shown! Thanks!