diff --git a/pages/index.js b/pages/index.js
index b59ccfe..bb0e890 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -295,6 +295,7 @@ export default class Home extends Component {
render() {
const { loading, isValidScoresaber, data } = this.state;
+ // When in the main menu, show this colour so it's actually readable
if (!isValidScoresaber && !loading) {
const body = document.body;
body.style.backgroundColor = "#181a1b";
@@ -323,10 +324,6 @@ export default class Home extends Component {
To use a option just add &key=value (eg: &songinfo=true)
-If you use this overlay and like it, don't forget to star the project :3
-Github link: {GITHUB_URL}
-