make new user names a bit lighter

This commit is contained in:
Jeff Atwood 2014-05-09 13:32:30 -07:00
parent 6cd3796c39
commit 6cfa5f78d9
2 changed files with 2 additions and 2 deletions

View File

@ -604,7 +604,7 @@ iframe {
}
.new-user a {
color: scale-color($primary, $lightness: 50%);
color: scale-color($primary, $lightness: 60%);
}
a.user-group {

View File

@ -418,7 +418,7 @@ background-color: scale-color($danger, $lightness: 75%);
}
.new-user a {
color: scale-color($primary, $lightness: 50%);
color: scale-color($primary, $lightness: 60%);
}
.topic-meta-data {