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 {
color: $primary;
color: scale-color($primary, $lightness: 70%);
}
&.show-badges {

View File

@ -1046,4 +1046,8 @@ a.attachment:before {
span.highlighted {
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 {
color: lighten($primary, 35%);
color: scale-color($primary, $lightness: 70%);
}
span.title {

View File

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