From 7ba642df36bd7125eca9482e78dd51609cd9f742 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 29 Jan 2017 10:26:20 -0500 Subject: [PATCH] increase flasy speed --- 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 4308255..0ff3229 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -673,7 +673,7 @@ th > label { } .flashy { - animation: flash 0.5s infinite; + animation: flash 0.125s infinite; animation-timing-function: linear; text-align: center; } \ No newline at end of file