mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-30 02:39:05 +08:00
fix(funbox): earthquake and simon says not working correctly (@fehmer) (#5823)
* fix: fix earthquake funbox (@fehmer) * fix simon says funbox
This commit is contained in:
parent
6e43e1c4dc
commit
8bef02f739
2 changed files with 7 additions and 8 deletions
|
|
@ -34,6 +34,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
letter {
|
||||
animation: shake_dat_ass 0.25s infinite linear;
|
||||
#words {
|
||||
--correct-letter-animation: shake_dat_ass 0.25s infinite linear;
|
||||
--untyped-letter-animation: shake_dat_ass 0.25s infinite linear;
|
||||
--incorrect-letter-animation: shake_dat_ass 0.25s infinite linear;
|
||||
--extra-letter-animation: shake_dat_ass 0.25s infinite linear;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
/* #words {
|
||||
opacity: 0 !important;
|
||||
} */
|
||||
|
||||
#words .word {
|
||||
color: transparent !important;
|
||||
#words {
|
||||
--untyped-letter-color: transparent !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue