Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions frontend/static/funbox/choo_choo.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@
--correct-letter-animation: choochoo 2s infinite linear;
--untyped-letter-animation: choochoo 2s infinite linear;
}

#words letter,
#words.withLigatures .word letter {
display: inline-block;
}
5 changes: 5 additions & 0 deletions frontend/static/funbox/earthquake.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@
--incorrect-letter-animation: shake_dat_ass 0.25s infinite linear;
--extra-letter-animation: shake_dat_ass 0.25s infinite linear;
}

#words letter,
#words.withLigatures .word letter {
display: inline-block;
}