This commit is contained in:
Ross
2021-08-16 14:05:39 +00:00
parent c5a613779a
commit cbd8f220b9
2 changed files with 4 additions and 10 deletions
+2 -5
View File
@@ -34,7 +34,7 @@ a, a:link {
content: " [Score = 2]";
font-size: small;
}
.answer-list .correct .rapid::after{
.answer-list.rapid .correct::after{
content: " [Score = 1]";
}
@@ -46,7 +46,7 @@ a, a:link {
content: " [Score = 1]";
font-size: small;
}
.answer-list .half-correct .rapid::after{
.answer-list.rapid .half-correct::after{
content: " [Score = 0.5]";
}
@@ -58,9 +58,6 @@ a, a:link {
content: " [Score = 0]";
font-size: small;
}
.answer-list .incorrect .rapid::after{
content: " [Score = 0]";
}
.answer-list .not-marked {
color: white;