Gradient meaning
I'm busy creating my own theme and I'm nearly there, but each time I add white or #FFFFFF as a background, I get grey. I have just noted these in the modules.css CSS file...what are they?
background: -moz-linear-gradient(top, #F2F2F2 0%, #EEEEEE 100%);
background: -webkit-linear-gradient(top, #F2F2F2 0%, #EEEEEE 100%);
Thanks
Edited
