MyBB Community Forums

Full Version: White Flash Between Links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am working on a darker theme for my forum and every time I click a link there is a white background then the page's content is loaded. This happens very quickly, but it is quite annoying on the eyes since I am going from a black to a white to a black color very quickly. Are there any solutions to fix or minimize this problem.

Thanks for the help.
Set other background color in global.css for body or similar selector.
My body has a background color that is not white.

body {
background: #1f1f1f;
}
Anyone have any idea on how to fix this problem?