new-user styles not consistent
This commit is contained in:
parent
d28e03c3aa
commit
b232736242
|
@ -81,7 +81,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-user a {
|
.new-user a {
|
||||||
color: $primary;
|
color: scale-color($primary, $lightness: 70%);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.show-badges {
|
&.show-badges {
|
||||||
|
|
|
@ -1047,3 +1047,7 @@ 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%);
|
||||||
|
}
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue