From ae92450479aaa0de1e963403351fbc1ba24cfab3 Mon Sep 17 00:00:00 2001 From: brausjonas Date: Sat, 25 Mar 2023 23:07:55 +0100 Subject: [PATCH] Better --- .idea/workspace.xml | 2 +- StartPage.js | 2 ++ index.html | 2 +- navigationStyle.css | 5 ----- 4 files changed, 4 insertions(+), 7 deletions(-) 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 @@ -