From 3dafa0031a92ec62d7de3fbc040f09de9c8a3731 Mon Sep 17 00:00:00 2001 From: Stefan van den Oord Date: Thu, 16 Apr 2020 17:01:30 +0200 Subject: [PATCH] Cleanup --- spaces-frontend/src/App.css | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/spaces-frontend/src/App.css b/spaces-frontend/src/App.css index 74b5e05..e9b3a64 100644 --- a/spaces-frontend/src/App.css +++ b/spaces-frontend/src/App.css @@ -7,14 +7,8 @@ pointer-events: none; } -@media (prefers-reduced-motion: no-preference) { - .App-logo { - animation: App-logo-spin infinite 20s linear; - } -} - .App-header { - background-color: #282c34; + background-color: white; min-height: 100vh; display: flex; flex-direction: column; @@ -27,12 +21,3 @@ .App-link { color: #61dafb; } - -@keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -}