From 6ae6514c5d535a5400d9fc5c454eed1e1540127f Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Sat, 8 Aug 2020 18:43:37 +0200 Subject: [PATCH] Remove the fade again because it is strange --- pages/index.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 176cd7d..07f75e4 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -45,18 +45,6 @@ background: colors.$background; color: colors.$background-c; width: 100vw; - - animation: 4s ease both fade-in; - } - - @keyframes fade-in { - from { - opacity: 0; - } - - to { - opacity: 1; - } } .index-page__background {