mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
Skip tab spacing and show incorrect spaces and return characters
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user