From c23696aae5aec0e40f006a777fe2c6e7ce93c92e Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 12 Nov 2015 22:13:09 -0500 Subject: [PATCH] fix psy --- 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 7768bcf..75a8ffa 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -176,7 +176,7 @@ html { 100% {background-color: green; color: white; } } -.psy > p { +.psy { animation: psych 2s linear infinite; display: inline-block; }