From 1afe6419315955d2ca346441e561434a3e63984d Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 4 Jan 2021 14:17:16 +0000 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index ba8b57c6..bf02a29a 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -26,7 +26,7 @@ a, a:link { } .answer-list .correct { - color: green; + /* color: green; */ color: blue; } @@ -66,7 +66,7 @@ a, a:link { } .answered { - color: green; + /* color: green; */ color: blue; } @@ -325,7 +325,7 @@ img.uploading:hover { } .user-answer-score-2 { - color: green; + /* color: green; */ color: blue; } @@ -386,7 +386,7 @@ td.user-answer-score-2::after { } .answer-1 { - color: green; + /* color: green; */ color: blue; }