Skip tab spacing and show incorrect spaces and return characters

This commit is contained in:
2025-02-14 19:44:32 +01:00
parent c17f0f484a
commit 157f66dfa9
3 changed files with 30 additions and 10 deletions
+9 -1
View File
@@ -4,7 +4,7 @@
letter-spacing: 0.12rem;
}
.pending {
.pending, .space {
color: gray;
}
@@ -21,6 +21,14 @@
color: red;
}
.incorrect-space {
border-bottom: 1px solid red;
}
.incorrect-enter {
border-left: 1px solid red;
}
@keyframes blink {
0% {
border-left: 1px solid white;