MyBB Community Forums

Full Version: how do i fix this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I fix the colours?
They are too bright for my dark theme.
View the images here http://imgur.com/a/AmuXH

-MCG
You've been Denied support - Don't try and get around it.
So I can still ask for help from other users and who are you to say what I do?
Find in global.css:

.trow_reputation_positive {
	background: #ccffcc;
}

Change it to:

.trow_reputation_positive {
	background: #ccffcc;
	color: #000;
}

Result (watch the comment color as black instead of white):

[Image: 41602b48.png]

Same way:

.trow_reputation_negative {
	background: #ffcccc;
}
Thanks so much it worked but how would i fix the code bit?

(2012-08-10, 10:08 AM)bcousins Wrote: [ -> ]You've been Denied support - Don't try and get around it.

It seems I haven't been denied support now -__-