Extra.css override issue

erich37

Well-known member
I want to change the color of this code in template Extra.css , but somehow it does not work with this element... ?

Code:
.postsRemaining a, a.postsRemaining {
color: #999999;
}


Firebug screenshot:

css-color-change.webp


Generally speaking, all is working fine with CSS-changes in template Extra.css, but for this code it somehow does not change the color.
Strange :confused:
 
Top Bottom