From f0790204c0c93b69e1857d84e761d4ec28a8f68d Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 29 Jan 2017 10:27:33 -0500 Subject: [PATCH] decrease flasy speed more --- contrib/static/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index dac4cd6..841f6d5 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -673,7 +673,7 @@ th > label { } .flashy { - animation: flash 0.25s infinite; + animation: flash 1s infinite; animation-timing-function: linear; text-align: center; } \ No newline at end of file