mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 20:08:18 +08:00
changed the rgb error color to increase readability
This commit is contained in:
parent
f0df9b8a48
commit
9a906bfc74
1 changed files with 16 additions and 0 deletions
|
@ -23,6 +23,22 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.word.error {
|
||||
border-bottom: 2px solid #ccc;
|
||||
}
|
||||
|
||||
.word letter.incorrect {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.word letter.incorrect.extra {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.logo .bottom,
|
||||
#top .config .group .buttons .button.active,
|
||||
#result .stats .group .bottom,
|
||||
|
|
Loading…
Reference in a new issue