Override Twitch Username Assignment to GRAYSCALE

I’m having trouble overriding the username color assignment. I’d like to have my chat be grayscaled on my Twitch stream. According to this post by liftgaming
says put “darkgray” in

span.nick {}
color: ;

but I can’t find that element in CSS

Any help would be appreciated.

The CSS you posted is invalid… Here is the correct CSS:

span.nick {
    color: DarkGray;
}

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.