can somebody explain to my why each div have a different color ? and why aren't all my div blue ? when looping on my divs, i change the ":root" css variable...but set it for my current div. does this mean a "local" css variable is created for each of the divs ? (with the same name)
=> even if this is the reasult i'm looking for, i'm a bit confused on why its works...