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:
nonamethanks
2022-10-19 16:52:17 +02:00
parent 412b7f2727
commit cadb657c5e
4 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
body[data-current-user-style-usernames="true"] {
body {
a.user-owner {
color: var(--user-admin-color);
}