From 71527b5d2de902b78b9b439923e098469529a45d Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 31 Aug 2021 20:45:20 +0100 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 12 ++++++++---- static/css/anatomy.css | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 1cf72054..c3094a8e 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -550,17 +550,17 @@ 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 + color: red; } table.longs .user-answer-score-5\.0, table.longs .user-answer-score-5\.5 { - color: yellow + color: yellow; } table.longs .user-answer-score-6\.0, table.longs .user-answer-score-6\.5 { - color: yellowgreen + color: yellowgreen; } table.longs .user-answer-score-7\.0, @@ -568,7 +568,11 @@ 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 + color: green; +} + +table.longs .user-answer-score- { + background-color: red; } .published-icon { diff --git a/static/css/anatomy.css b/static/css/anatomy.css index 1cf72054..c3094a8e 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -550,17 +550,17 @@ 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 + color: red; } table.longs .user-answer-score-5\.0, table.longs .user-answer-score-5\.5 { - color: yellow + color: yellow; } table.longs .user-answer-score-6\.0, table.longs .user-answer-score-6\.5 { - color: yellowgreen + color: yellowgreen; } table.longs .user-answer-score-7\.0, @@ -568,7 +568,11 @@ 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 + color: green; +} + +table.longs .user-answer-score- { + background-color: red; } .published-icon {