Users: display colored usernames by default
The previous behavior can be replicated by putting the following in the
custom css:
.user { color: var(--link-color) !important }
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
body[data-current-user-style-usernames="true"] {
|
||||
body {
|
||||
a.user-owner {
|
||||
color: var(--user-admin-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user