new-user styles not consistent

This commit is contained in:
Jeff Atwood 2014-05-14 01:05:24 -07:00
parent d28e03c3aa
commit b232736242
4 changed files with 9 additions and 6 deletions

View File

@ -81,7 +81,7 @@
} }
.new-user a { .new-user a {
color: $primary; color: scale-color($primary, $lightness: 70%);
} }
&.show-badges { &.show-badges {

View File

@ -1046,4 +1046,8 @@ a.attachment:before {
span.highlighted { span.highlighted {
background-color: scale-color($highlight, $lightness: 70%); background-color: scale-color($highlight, $lightness: 70%);
} }
.username.new-user a {
color: scale-color($primary, $lightness: 70%);
}

View File

@ -66,7 +66,7 @@ article.post {
} }
a.new-user { a.new-user {
color: lighten($primary, 35%); color: scale-color($primary, $lightness: 70%);
} }
span.title { span.title {

View File

@ -476,9 +476,8 @@ background-color: scale-color($danger, $lightness: 75%);
margin: -4px 0 0 -4px; margin: -4px 0 0 -4px;
} }
.username a { color: scale-color($primary, $lightness: 30%); } .username.new-user a {
.new-user a { color: scale-color($primary, $lightness: 70%);
color: scale-color($primary, $lightness: 60%);
} }
.topic-meta-data { .topic-meta-data {