increase contrast of submission_feedback text
This commit is contained in:
committed by
Brian Talbot
parent
e0262bd7a9
commit
e0b7e8cfbb
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user