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:
Christian Fehmer 2024-08-28 10:47:40 +02:00 committed by GitHub
parent 6e43e1c4dc
commit 8bef02f739
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 8 deletions

View file

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

View file

@ -1,7 +1,3 @@
/* #words {
opacity: 0 !important;
} */
#words .word {
color: transparent !important;
#words {
--untyped-letter-color: transparent !important;
}