make new user names a bit lighter
This commit is contained in:
parent
6cd3796c39
commit
6cfa5f78d9
|
@ -604,7 +604,7 @@ iframe {
|
|||
}
|
||||
|
||||
.new-user a {
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
color: scale-color($primary, $lightness: 60%);
|
||||
}
|
||||
|
||||
a.user-group {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue