I need to change the flare position to 'center center' on #precontent > .background > div.flare
I've added the following style to flare-child-theme/style.css but it's not overwriting the style:
#precontent > .background > div.flare {
background-image:-moz-radial-gradient(center bottom, ellipse farthest-side, #80D4DC, rgba(128, 212, 220, 0));
}
Thanks