From 82b6e4854aa96249f142c875fe8b68c3cbdfbb37 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 9 Aug 2021 12:05:32 +0000 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 4 ++-- physics/templates/physics/exam_list.html | 4 ++-- static/css/anatomy.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 29abb9d1..5e71f751 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -514,7 +514,7 @@ td.user-answer-score-2::after { } .published-icon.published { - border: 1px solid green; - color: green; + border: 1px solid purple; + color: purple; opacity: 100%; } \ No newline at end of file diff --git a/physics/templates/physics/exam_list.html b/physics/templates/physics/exam_list.html index 1c0147f3..2af2ceeb 100644 --- a/physics/templates/physics/exam_list.html +++ b/physics/templates/physics/exam_list.html @@ -8,7 +8,7 @@ {% for exam in exams %} {% if exam.active %}
  • - {{exam.name}} (scores) Published + {{exam.name}} (scores) Results Published
  • {% endif %} {% endfor %} @@ -19,7 +19,7 @@ {% for exam in exams %} {% if not exam.active %}
  • - {{exam.name}} (scores) Published + {{exam.name}} (scores) Results Published
  • {% endif %} {% endfor %} diff --git a/static/css/anatomy.css b/static/css/anatomy.css index 29abb9d1..5e71f751 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -514,7 +514,7 @@ td.user-answer-score-2::after { } .published-icon.published { - border: 1px solid green; - color: green; + border: 1px solid purple; + color: purple; opacity: 100%; } \ No newline at end of file