adjust flashings

This commit is contained in:
legop3
2026-09-12 16:41:23 -04:00
parent 72b8db8a31
commit f85e258c29
7 changed files with 11 additions and 11 deletions
@@ -3,10 +3,10 @@
background, and auto-fit word flash together on every rover surface. */
@keyframes rover-help-flash {
0%, 49% { opacity: 0.96; }
50%, 100% { opacity: 0.01; }
50%, 100% { opacity: 0.1; }
}
.rover-help-overlay {
container-type: size;
animation: rover-help-flash 1s steps(1, end) infinite;
animation: rover-help-flash 2s steps(1, end) infinite;
}