mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 20:08:18 +08:00
removed small error letters
This commit is contained in:
parent
94ce0e1ed2
commit
868bbece87
1 changed files with 3 additions and 2 deletions
|
@ -18,13 +18,14 @@
|
|||
color: #ff0000;
|
||||
}
|
||||
|
||||
.word letter.incorrect {
|
||||
/* kinda confusing to type with this */
|
||||
/* .word letter.incorrect {
|
||||
-webkit-transform: scale(0.5) translate(-100%, -100%);
|
||||
}
|
||||
|
||||
.word letter.incorrect.extra {
|
||||
-webkit-transform: scale(0.5);
|
||||
}
|
||||
} */
|
||||
|
||||
.word.error {
|
||||
border-bottom: solid 2px #ff0000;
|
||||
|
|
Loading…
Reference in a new issue