Hello,
I wanted to know how can I get usernames and roles to look like this?
What would I have to put in custom css to make this possible?
I managed halfway to at least create any role and give it color by putting in
[title="Admin"],[data-role="Admin"]{color:red !important;background:#202020 !important}
which results in this: Screenshot by Lightshot
but my username is still not red.
Thanks in Advance