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

@@ -47,7 +47,7 @@ class UserPolicy < ApplicationPolicy
blacklisted_tags time_zone per_page custom_style theme
receive_email_notifications
new_post_navigation_layout enable_private_favorites
style_usernames show_deleted_posts show_deleted_children
show_deleted_posts show_deleted_children
disable_categorized_saved_searches disable_tagged_filenames
disable_mobile_gestures enable_safe_mode
enable_desktop_mode disable_post_tooltips