diff --git a/package.json b/package.json index 3b3fdc4..1123420 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,6 @@ "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" - } + }, + "homepage": "." } diff --git a/src/Common.css b/src/Common.css index f2eb53e..cc3b8bd 100644 --- a/src/Common.css +++ b/src/Common.css @@ -41,7 +41,7 @@ left: 0; width: 100%; height: 100%; - background: #124 center center; + background: transparent center center; background-size: cover; } diff --git a/src/index.css b/src/index.css index 44a9628..48849ad 100644 --- a/src/index.css +++ b/src/index.css @@ -4,6 +4,7 @@ body { background-size: cover; overflow-x: hidden; user-select: none; + background-color: #124; } body::-webkit-scrollbar {