fix new user color

This commit is contained in:
Jeff Atwood 2014-05-01 01:39:02 -07:00
parent 11bfd6b68c
commit 0f62a6f132
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ iframe {
}
.new-user a {
color: $secondary_text_color;
color: lighten($primary_text_color, 50%);
}
a.user-group {