mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
UX: Apply new-user color to full name and username
This commit is contained in:
parent
34d0cc6ad5
commit
d6875a77fb
1 changed files with 2 additions and 2 deletions
|
@ -851,8 +851,8 @@ span.highlighted {
|
|||
background-color: $tertiary-low;
|
||||
}
|
||||
|
||||
.username.new-user a {
|
||||
color: dark-light-choose($primary-low-mid, $secondary-high);
|
||||
.first.new-user:not(.staff) a {
|
||||
color: $primary-low-mid;
|
||||
}
|
||||
|
||||
.read-state {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue