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;