Colored Roles possible?

Description

Hello is there any way to change the the Role colors for eg: Moderators would show up as red names?
I looked around but so far not much info except try changing css

I’ve tried adding this under the custom css but didn’t seem to have any effect:

/***** Custom Role Colors *****/

[data-role="moderator"] { background-color: red; }

Server Setup Information

  • Version of Rocket.Chat Server: 3.7.0
  • Operating System: Linux
  • Deployment Method:
  • Number of Running Instances: 1
  • DB Replicaset Oplog:
  • NodeJS Version: v12.14.0
  • MongoDB Version: 4.0.20
  • Proxy:
  • Firewalls involved:

Any additional Information

Anyone with some success with this? It just seems so crazy something like this isn’t an official thing. As part of the team with colors you can get instant understanding of what/who the user is at a glance based on color.

Something I am struggling with doing as well. I’ve seen others have done it but nobody has posted source code to my knowledge.