Skip to content

Commit

Permalink
Merge pull request #124 from lord-cyclone100/visible_ham_menu
Browse files Browse the repository at this point in the history
Improved visibility for hamburger menu
  • Loading branch information
Soumyajit2825 authored Jan 14, 2024
2 parents 61c1de6 + f9b9205 commit 3e4b366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')";

Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down

0 comments on commit 3e4b366

Please sign in to comment.