v2.1 — guide statique (pas de clignotement), voix sans 'majuscule', énonce le mot à épeler + rappel si inactif

This commit is contained in:
Poulpe
2026-06-17 17:11:19 +00:00
parent 17d64c3561
commit 29deac7a95
3 changed files with 17 additions and 14 deletions

View File

@@ -364,12 +364,13 @@ html, body {
/* ---------- Lettre guidée ---------- */
.key.guide {
animation: guidePulse .8s ease infinite;
outline: 4px solid #fff;
outline-offset: -2px;
transform: scale(1.08);
filter: brightness(1.25);
box-shadow: 0 0 0 4px rgba(106,92,255,.45), 0 8px 18px rgba(0,0,0,.25);
z-index: 1;
}
@keyframes guidePulse { 0%,100% { transform: scale(1); filter: brightness(1); } 50% { transform: scale(1.12); filter: brightness(1.35); } }
/* ---------- Espace parents ---------- */
.parent-card { max-width: 560px; width: 100%; max-height: 88vh; overflow-y: auto; text-align: left; }