Remove the Quallenalarm (jellyfish) typing minigame
Letters-round lessons only had bubbles and jellyfish as eligible arcade modes; with jellyfish gone, bubbles is now always used instead of the two alternating - no lessons need to be dropped. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -294,20 +294,3 @@
|
||||
.tp-target-char[data-blank="true"] {
|
||||
min-width: 0.9em;
|
||||
}
|
||||
|
||||
/* A dome plus three trailing tentacles. Without them the jellyfish read as plain
|
||||
circles, and jellyfish mode stops being a picture of anything. Drawn in CSS rather
|
||||
than as an emoji so the letter stays centred and legible inside the dome. */
|
||||
.tp-jellyfish::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: -11px;
|
||||
left: 26%;
|
||||
right: 26%;
|
||||
height: 16px;
|
||||
opacity: 0.55;
|
||||
background:
|
||||
linear-gradient(currentColor, transparent) left / 3px 100% no-repeat,
|
||||
linear-gradient(currentColor, transparent) center / 3px 100% no-repeat,
|
||||
linear-gradient(currentColor, transparent) right / 3px 100% no-repeat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user