fix new user color
This commit is contained in:
parent
11bfd6b68c
commit
0f62a6f132
|
@ -604,7 +604,7 @@ iframe {
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-user a {
|
.new-user a {
|
||||||
color: $secondary_text_color;
|
color: lighten($primary_text_color, 50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
a.user-group {
|
a.user-group {
|
||||||
|
|
Loading…
Reference in New Issue