From: Michael Orlitzky Date: Sun, 22 Oct 2023 22:39:39 +0000 (-0400) Subject: index.html.in: don't blink the expiration date/time after 10 minutes X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=sidebyside;h=282eb1108fbfe6d1bc61bb49baefe3ee979d80b8;p=charm-bypass.git index.html.in: don't blink the expiration date/time after 10 minutes I'm pretty sure this is when CharmPass stops blinking. --- diff --git a/index.html.in b/index.html.in index 3a5af46..9d666de 100644 --- a/index.html.in +++ b/index.html.in @@ -59,7 +59,8 @@ } #tickettime, #ticketdate { - animation: blink 2s linear infinite; + /* 300 two-second blinks is ten minutes */ + animation: blink 2s linear 300; } /* Define, load, and specify the custom font we use for the ticket