changed the error color on bushido to yellow

This commit is contained in:
Jack 2020-05-16 11:32:08 +01:00
parent 826cb257e2
commit e800ef4961

View file

@ -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;
}