diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e372e14..9a2db88 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -47,6 +47,7 @@ } + @@ -60,7 +61,7 @@ 1679674447095 - + diff --git a/StartPage.js b/StartPage.js index 6ebe4bc..6c84ad0 100644 --- a/StartPage.js +++ b/StartPage.js @@ -4,7 +4,7 @@ function showMobileMenuBar() { if(!menuActive) { document.getElementById("mobileMenuBar").style.display = "block"; - document.getElementById("mobileMenuBarButton").style.backgroundColor = "rgba(198, 119, 70, 0.5)"; + document.getElementById("mobileMenuBarButton").style.backgroundColor = "#B6E2A1"; menuActive = true; } else @@ -16,6 +16,6 @@ function showMobileMenuBar() function hideMobileMenuBar() { document.getElementById("mobileMenuBar").style.display = "none"; - document.getElementById("mobileMenuBarButton").style.backgroundColor = "rgba(198, 119, 70, 0)"; + document.getElementById("mobileMenuBarButton").style.backgroundColor = "rgba(0, 0, 0, 0)"; menuActive = false; } \ No newline at end of file diff --git a/index.html b/index.html index be44b0f..0a2a8e7 100644 --- a/index.html +++ b/index.html @@ -11,12 +11,12 @@
- +