I had a little bug when installing on a dark style the bg of the whole profile was white

I'm fixing it right now
ok what I did was found:
Quote:
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF"
|
in "usercp" and replaced with
PHP Code:
<table cellpadding="0" cellspacing="0" border="0" bgcolor="{secondaltcolor}"
"
so you might want to add that in...or not you call