Skip to content

Commit

Permalink
fix(funbox): earthquake and simon says not working correctly (@fehmer) (
Browse files Browse the repository at this point in the history
#5823)

* fix: fix earthquake funbox (@fehmer)

* fix simon says funbox
  • Loading branch information
fehmer authored Aug 28, 2024
1 parent 6e43e1c commit 8bef02f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 5 additions & 2 deletions frontend/static/funbox/earthquake.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
8 changes: 2 additions & 6 deletions frontend/static/funbox/simon_says.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/* #words {
opacity: 0 !important;
} */

#words .word {
color: transparent !important;
#words {
--untyped-letter-color: transparent !important;
}

0 comments on commit 8bef02f

Please sign in to comment.