From 47a88427da98f20d74b99a8e9a5f594b4c421d17 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sun, 24 May 2020 11:19:48 +0200 Subject: [PATCH] Use bootstrap class for background color Signed-off-by: Tilman Vatteroth --- public/index.html | 28 +++++++++---------- .../landing/layout/style/index.scss | 4 --- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/public/index.html b/public/index.html index 9b54e4e9c..37c33ea16 100644 --- a/public/index.html +++ b/public/index.html @@ -1,20 +1,20 @@ - - - - - + + + + + - - + + React App - - - -
- + + + +
+ diff --git a/src/components/landing/layout/style/index.scss b/src/components/landing/layout/style/index.scss index ee5504ec1..30289bd95 100644 --- a/src/components/landing/layout/style/index.scss +++ b/src/components/landing/layout/style/index.scss @@ -6,10 +6,6 @@ html { height: 100%; } -html, -body { - background-color: #333; -} body { min-height: 100%; color: #fff;