better use secondary text color a few places

This commit is contained in:
Jeff Atwood 2014-04-03 00:21:51 -07:00
parent 554485cf87
commit c19bbfa78e
2 changed files with 2 additions and 2 deletions

View File

@ -567,7 +567,7 @@ div.ac-wrap {
}
.examples {
margin: 10px 0 0 0;
color: $primary_text_color;
color: $secondary_text_color;
}
}

View File

@ -49,7 +49,7 @@
tr.instructions {
label {
color: lighten($primary_text_color, 60%);
color: $secondary_text_color;
}
}