On each new page load or refresh the pages load a dark gray first then it renders the page.
I am on a mac using firefox and safari. Also does it on PC with IE, FF and Chrome.
I see that is does it on your demo site as well, but it could be that its less noticeable since you have caching on.
Site is here: http://goo.gl/gyF3ci
Hi,
You can see the background of the whole html page. You can change that using this
html {
background-color: white;
}
Regards,
Ismael
I had tried that..Must have been a cache issue.
Thanks for confirming the fix.