Add typo detector & update some dependencies

This commit is contained in:
2021-10-01 21:01:07 +01:00
parent 33cacf597a
commit c0100596cf
10 changed files with 167 additions and 128 deletions

View File

@@ -16,11 +16,11 @@
caret-color: transparent;
}
input.answer-input--correct {
.answer--correct {
color: #3ac535;
}
input.answer-input--incorrect {
.answer--incorrect {
color: #ff5252;
}