UX: Apply new-user color to full name and username

This commit is contained in:
Kris 2019-02-25 17:09:41 -05:00
parent 34d0cc6ad5
commit d6875a77fb

View File

@ -851,8 +851,8 @@ span.highlighted {
background-color: $tertiary-low; background-color: $tertiary-low;
} }
.username.new-user a { .first.new-user:not(.staff) a {
color: dark-light-choose($primary-low-mid, $secondary-high); color: $primary-low-mid;
} }
.read-state { .read-state {