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 {