From 1e47556e62348d4d9fee9db3a3d82fff8a7a2ce0 Mon Sep 17 00:00:00 2001 From: mikwee Date: Tue, 23 Nov 2021 13:33:58 +0200 Subject: [PATCH] Brighter BG, removed the error --- src/App.css | 4 ++-- src/App.js | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/App.css b/src/App.css index 424d63e..0c7b6f0 100644 --- a/src/App.css +++ b/src/App.css @@ -1,8 +1,8 @@ .App { background: linear-gradient( - rgba(0, 0, 0, 0.6), - rgba(0, 0, 0, 0.6) + rgba(0, 0, 0, 0.5), + rgba(0, 0, 0, 0.5) ), url('background.png'); position: fixed; diff --git a/src/App.js b/src/App.js index 4601c2b..2d7c280 100644 --- a/src/App.js +++ b/src/App.js @@ -45,9 +45,6 @@ function App() { else if (rootDetail.type === "basic") { res = } - else { - // throw "One of your roots has an unrecognized type. Check out the documentation for the supported types."; - } return res; })}