From d2174b6209bfdbe73c68f46d99908b6c2836b155 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 11 Dec 2021 00:38:27 +0000 Subject: [PATCH] . --- physics/templates/physics/exam_take.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html index 6a70fa15..2a307956 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -144,10 +144,10 @@ border: 1px solid purple; } .answer-correct { - border: 1px solid green; + border: 1px dotted darkgreen; } .answer-incorrect { - border: 1px solid red; + border: 1px dashed darkred; } .physics-answer-list input:checked::after {