From cd9a951c42788c5f1eb5ecb7360bc0f40f99a097 Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Sun, 4 Oct 2015 03:01:40 +0100 Subject: [PATCH] Added transition effect when changing background colour. --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 0f3a74c..11e830e 100644 --- a/static/style.css +++ b/static/style.css @@ -11,6 +11,7 @@ body{ background-color: lightgray; + transition: all 0.5s ease 0s; } .correct{