better use secondary text color a few places
This commit is contained in:
parent
554485cf87
commit
c19bbfa78e
|
@ -567,7 +567,7 @@ div.ac-wrap {
|
||||||
}
|
}
|
||||||
.examples {
|
.examples {
|
||||||
margin: 10px 0 0 0;
|
margin: 10px 0 0 0;
|
||||||
color: $primary_text_color;
|
color: $secondary_text_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
tr.instructions {
|
tr.instructions {
|
||||||
label {
|
label {
|
||||||
color: lighten($primary_text_color, 60%);
|
color: $secondary_text_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue