mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 20:08:18 +08:00
changed the error color on bushido to yellow
This commit is contained in:
parent
290ce03abb
commit
1f0b6af931
1 changed files with 9 additions and 4 deletions
|
@ -1,11 +1,16 @@
|
|||
/* yellow #e2b714
|
||||
dark #323437
|
||||
light #d1d0c5 */
|
||||
|
||||
:root {
|
||||
--bg-color: #414755;
|
||||
--main-color: #ec4c56;
|
||||
--caret-color: #ec4c56;
|
||||
--sub-color: #ebeaef;
|
||||
--active-word-color: #ebeaef;
|
||||
}
|
||||
.word letter.incorrect{
|
||||
color: #ebe04c;
|
||||
}
|
||||
.word.error{
|
||||
border-bottom: 2px solid #ebe04c;
|
||||
}
|
||||
.word letter.incorrect.extra {
|
||||
color: #797717;
|
||||
}
|
Loading…
Reference in a new issue