This commit is contained in:
Ross
2021-08-27 10:25:02 +01:00
parent 6a338dfe28
commit 9b7c4f06e8
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -683,3 +683,7 @@ input {
.no-select { .no-select {
user-select: none; user-select: none;
} }
.sba-answer-list .correct {
background-color: green;
}
+4
View File
@@ -683,3 +683,7 @@ input {
.no-select { .no-select {
user-select: none; user-select: none;
} }
.sba-answer-list .correct {
background-color: green;
}