diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 530c114..b54ccf1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -60,7 +60,7 @@ 1679674447095 - + diff --git a/StartPage.js b/StartPage.js index 7e0f919..7912b37 100644 --- a/StartPage.js +++ b/StartPage.js @@ -4,11 +4,13 @@ function showMobileMenuBar() { if(!menuActive) { document.getElementById("mobileMenuBar").style.display = "block"; + document.getElementById("mobileMenuBarButton").style.backgroundColor = "rgba(198, 119, 70, 0.5)"; menuActive = true; } else { document.getElementById("mobileMenuBar").style.display = "none"; + document.getElementById("mobileMenuBarButton").style.backgroundColor = "rgba(198, 119, 70, 0)"; menuActive = false; } } \ No newline at end of file diff --git a/index.html b/index.html index c19513f..b0fd810 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ -