From faf3fe4447ab8d58afd5576dbd35c3364c986ed7 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 6 Apr 2022 17:25:36 +0100 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 6 +++--- static/css/anatomy.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 8ae9a1f9..2e5efce9 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -375,16 +375,16 @@ table.table { } .user-answer-score-0 { - color: red; + color: red !important; } .user-answer-score-1 { - color: yellow; + color: yellow !important; } .user-answer-score-2 { /* color: green; */ - color: lightblue; + color: lightblue !important; } .rapid-ans.user-answer-score-2 { diff --git a/static/css/anatomy.css b/static/css/anatomy.css index 8ae9a1f9..2e5efce9 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -375,16 +375,16 @@ table.table { } .user-answer-score-0 { - color: red; + color: red !important; } .user-answer-score-1 { - color: yellow; + color: yellow !important; } .user-answer-score-2 { /* color: green; */ - color: lightblue; + color: lightblue !important; } .rapid-ans.user-answer-score-2 {