I have looked and seen some that are deleted or no longer available. I remember one that you used to have edit a bunch of templates but can't seem to find that anywhere.
admin.php?user-groups/ Username CSS.color: green;

username (such as usergroup or another identifier), it'd be easy to implement. It still might be, but I couldn't figure it out.
I played around with it more... You would have to do it user by user.I was able to get that thank you, I was also looking to change the color on main index as well.
extra.less[data-user-id="2"], [data-user-id="1"] {
color: green;
}



[data-user-id="2"], [data-user-id="1"] {
.m-colorScheme(light,
{
color: green;
}
);
.m-colorScheme(dark,
{
color: #00ff33;
}
);
}

username--style3 where 3 represents the user group (3 = Administrative).username--style3 {
.m-colorScheme(light,
{
color: green;
}
);
.m-colorScheme(dark,
{
color: #00ff33;
}
);
}

I tried to break it down as easy as possible. Let me know via PM if you're having any difficulties and I can see if I can sort them out.Thank you I'm going to give it go later on today. I appreciate you taking the time out.
2.2 so wouldn't account for style variations (light/dark mode) as seen above (possibly), but something to try.This might what you are looking for
Apply user group member name styles, everywhere.
We use essential cookies to make this site work, and optional cookies to enhance your experience.