MyBB Community Forums

Full Version: Reverse Rep
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I'm looking to show rep, as red is positive, and green is negative.
I have a dark red theme ;D
Regardless, does anyone know how I could change the colors?
In your global.css file, just find and modify the following code to change it to the colors you wish:

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}