I have my app all setup and everything is working BUT for a brief second after my app starts it goes to a white screen before it goes to my specified background color. Where is this extra color?
I’m already using
body {
background-color: #000;
}
So what am I missing?