How do i change the orange color of the discusion / message counter?

I have tried to use this code in the extra.css :

pairsInline dd, .cloaked {
color: #D4260F!important;

But im not having any luck in changing the color. Im i doing something wrong?

Code:
.pairsInline dd, .cloaked {
color: #D4260F !important
}
As Arty suggested, you had some small errors, as well as not having closed the rule with a }
 
I am still having no luck with changing the color using extra.css. I have was using the correct code earlier, but when i was posting on this forum it must of messed up, but i entered the code that MagnusB gave me , and it still is not working. Any more ideas on how to change the color?
 
Top Bottom