increase contrast of submission_feedback text

This commit is contained in:
Giulio Gratta
2014-07-18 13:39:48 -07:00
committed by Brian Talbot
parent e0262bd7a9
commit e0b7e8cfbb
3 changed files with 7 additions and 6 deletions

View File

@@ -633,7 +633,7 @@ div.problem {
// margin-top: 10px;
display: inline-block;
margin: 8px 0 0 $baseline/2;
color: #777;
color: #666;
font-style: italic;
-webkit-font-smoothing: antialiased;
}

View File

@@ -828,7 +828,7 @@ section.open-ended-child {
.submission_feedback {
display: inline-block;
margin: 8px 0 0 $baseline/2;
color: #777;
color: #666;
font-style: italic;
-webkit-font-smoothing: antialiased;
}