From 9c15b4b3c87e5c1934a3fe7206599708b5b55b02 Mon Sep 17 00:00:00 2001 From: mathias Date: Mon, 16 Feb 2015 04:31:26 +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 8c6cfd0..6ea130d 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 1s; - -moz-animation: fadein 1s; - -ms-animation: fadein 1s; - -o-animation: fadein 1s; - animation: fadein 1s; + -webkit-animation: fadein 1.5s; + -moz-animation: fadein 1.5s; + -ms-animation: fadein 1.5s; + -o-animation: fadein 1.5s; + animation: fadein 1.5s; } h2 {