From c77f4e8f4b4353bdac23706e2028b48f294a91ff Mon Sep 17 00:00:00 2001 From: mathias Date: Mon, 16 Feb 2015 03:51:30 +0200 Subject: [PATCH] Cleaning up CSS --- css/minecraft.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/minecraft.css b/css/minecraft.css index 17b8565..2d6ccdd 100644 --- a/css/minecraft.css +++ b/css/minecraft.css @@ -29,11 +29,11 @@ body { color: #fff; background: #000; webkit-tap-highlight-color: rgba(255,255,255,.2); - -webkit-animation: fadein 3s; - -moz-animation: fadein 3s; - -ms-animation: fadein 3s; - -o-animation: fadein 3s; - animation: fadein 3s; + -webkit-animation: fadein 2s; + -moz-animation: fadein 2s; + -ms-animation: fadein 2s; + -o-animation: fadein 2s; + animation: fadein 2s; } h2 {