adjust flashings

This commit is contained in:
legop3
2026-09-12 16:43:36 -04:00
parent f85e258c29
commit eb1fab50e4
7 changed files with 10 additions and 13 deletions
@@ -1,9 +1,6 @@
/* A one-second stepped cycle is urgent and room-readable without becoming a
rapid strobe. Opacity applies to the entire shared treatment, so its border,
background, and auto-fit word flash together on every rover surface. */
@keyframes rover-help-flash {
0%, 49% { opacity: 0.96; }
50%, 100% { opacity: 0.1; }
50%, 100% { opacity: 0; }
}
.rover-help-overlay {