From cdc1259e56483a48f9dcee78f0e950a1d313cc02 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 3 Aug 2021 19:50:25 +0100 Subject: [PATCH] . --- static/css/anatomy.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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