This commit is contained in:
Ross
2021-08-16 14:02:05 +00:00
parent 2348c6df7d
commit c5a613779a
3 changed files with 23 additions and 5 deletions
+10 -1
View File
@@ -22,7 +22,7 @@ a, a:link {
.answer-list .answer:hover{
z-index: 99999;
position: relative;
background: rgba(167, 167, 167, 0.7);
background: black;
}
.answer-list .correct {
@@ -34,6 +34,9 @@ a, a:link {
content: " [Score = 2]";
font-size: small;
}
.answer-list .correct .rapid::after{
content: " [Score = 1]";
}
.answer-list .half-correct {
color: yellow;
@@ -43,6 +46,9 @@ a, a:link {
content: " [Score = 1]";
font-size: small;
}
.answer-list .half-correct .rapid::after{
content: " [Score = 0.5]";
}
.answer-list .incorrect {
color: red;
@@ -52,6 +58,9 @@ a, a:link {
content: " [Score = 0]";
font-size: small;
}
.answer-list .incorrect .rapid::after{
content: " [Score = 0]";
}
.answer-list .not-marked {
color: white;