mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
reworked dracula
This commit is contained in:
parent
08b4d8ba26
commit
912870fcfb
1 changed files with 3 additions and 11 deletions
|
@ -3,19 +3,11 @@
|
|||
--main-color: #f2f2f2;
|
||||
--caret-color: #f2f2f2;
|
||||
--sub-color: #bd93f9;
|
||||
--text-color: #f2f2f2;
|
||||
--error-color: #f758a0;
|
||||
--error-extra-color: #732e51;
|
||||
}
|
||||
|
||||
.word letter.incorrect{
|
||||
color: #f758a0;
|
||||
}
|
||||
|
||||
.word letter.incorrect.extra{
|
||||
color: #732e51;
|
||||
}
|
||||
|
||||
.word.error{
|
||||
border-bottom: 2px solid #f758a0;
|
||||
}
|
||||
|
||||
#menu .button:nth-child(1){
|
||||
color: #ec75c4;
|
||||
|
|
Loading…
Reference in a new issue