From f9b9205ab71fafc2900869fb6fb89930f2ba33de Mon Sep 17 00:00:00 2001 From: lord-cyclone100 Date: Sun, 14 Jan 2024 17:28:28 +0530 Subject: [PATCH] Improved visibility for hamburger menu --- app.js | 2 +- style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index ce533c9..0e04018 100644 --- a/app.js +++ b/app.js @@ -71,7 +71,7 @@ function applyDarkTheme() { heading.classList.add("darkTheme") }) document.querySelectorAll(".blackText").forEach((Txt) => - Txt.style.color = "white" + Txt.style.color = "white"); document.getElementById('myDiv').style.backgroundImage = "url('Image/im1.png')"; diff --git a/style.css b/style.css index 6c6d27d..dae3cb7 100644 --- a/style.css +++ b/style.css @@ -327,7 +327,8 @@ header { right: 0px; height: 60%; top: 8vh; - background-color: rgba(255, 255, 255, .1); + background-color: rgba(17,17,17,1); + filter: opacity(0.8); backdrop-filter: blur(10px); border: 2px solid rgba(255, 255, 255, .2); border-radius: 2%;