diff --git a/static/css/anatomy.css b/static/css/anatomy.css index b62659d1..65cb5577 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -485,4 +485,20 @@ td.user-answer-score-2::after { .notes .complete { color: darkslategray; + } + + table.longs .user-answer-score-4, table.longs .user-answer-score-4\.5 { + color: red + } + + table.longs .user-answer-score-5, table.longs .user-answer-score-5\.5 { + color: yellow + } + + table.longs .user-answer-score-6, table.longs .user-answer-score-6\.5 { + color: yellowgreen + } + + table.longs .user-answer-score-7, table.longs .user-answer-score-7\.5 { + color: green } \ No newline at end of file