diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 37c50238..1cf72054 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -548,6 +548,7 @@ td.user-answer-score-1.rapid-ans::after { } table.longs .user-answer-score-4, +table.longs .user-answer-score-4\.0, table.longs .user-answer-score-4\.5 { color: red } @@ -563,7 +564,10 @@ table.longs .user-answer-score-6\.5 { } table.longs .user-answer-score-7\.0, -table.longs .user-answer-score-7\.5 { +table.longs .user-answer-score-7\.5, +table.longs .user-answer-score-8\.0, +table.longs .user-answer-score-8, +table.longs .user-answer-score-8\.5 { color: green } diff --git a/static/css/anatomy.css b/static/css/anatomy.css index 37c50238..1cf72054 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -548,6 +548,7 @@ td.user-answer-score-1.rapid-ans::after { } table.longs .user-answer-score-4, +table.longs .user-answer-score-4\.0, table.longs .user-answer-score-4\.5 { color: red } @@ -563,7 +564,10 @@ table.longs .user-answer-score-6\.5 { } table.longs .user-answer-score-7\.0, -table.longs .user-answer-score-7\.5 { +table.longs .user-answer-score-7\.5, +table.longs .user-answer-score-8\.0, +table.longs .user-answer-score-8, +table.longs .user-answer-score-8\.5 { color: green }