This commit is contained in:
Ross
2021-12-19 15:54:01 +00:00
parent 66f3483c59
commit 8f11efff4d
+4 -2
View File
@@ -159,11 +159,13 @@
}
.answer-true::after {
content: "[Correct answer: True]"
content: "[Correct answer: True]";
color: purple;
}
.answer-false::after {
content: "[Correct answer: False]"
content: "[Correct answer: False]";
color: purple;
}
.answer-correct {