Ability to make users in clr browser chat the all the same color?

Hello, I was curious to know if it is possible to have all the users recolored to a preset color of my choice? I want just the users to have a uniform color and have it ignore what color they chose on twitch.

You can override colors in CSS:

.chat_line .nick {
    color: blue !important;
}