From 3b5de3c9c75771035af510e542a86a2555dc5533 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Wed, 25 Jul 2018 13:02:05 +0200 Subject: [PATCH] Revert changes --- css/style.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/css/style.css b/css/style.css index f33b3ba..10b7154 100755 --- a/css/style.css +++ b/css/style.css @@ -283,14 +283,7 @@ hr { body { overflow-x: hidden; - font-size: 18px; - opacity: 1; - transition: 1s opacity; } - -body.fade-out { - opacity: 0; - transition: none; -} + font-size: 18px; } .rotate { -webkit-animation: rotate 10s ease-in-out infinite;