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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -12,8 +12,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- site-metadata:inject -->
<!-- analytics:inject -->
<script type="module" crossorigin src="/assets/index-DF1J2vaC.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-3ThTtERF.css">
<script type="module" crossorigin src="/assets/index-BlwAMzSa.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CAbGGZ6j.css">
</head>
<body>
<div id="root"></div>
@@ -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;
}