Stylistic updates, removing dark menu

This commit is contained in:
Adsooi 2021-06-23 03:18:18 +02:00
parent 4a881df172
commit 9efa26c25e
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
11 changed files with 132 additions and 40 deletions

View file

@ -5,7 +5,7 @@ window.addEventListener("load", () => {
// Toggle display of the menu for mobile;
document.querySelector("#navbar-toggler").addEventListener("click", () => {
menu.classList.toggle('shown');
nav.classList.toggle('menuShown');
nav.classList.toggle('menu-shown');
})
document.querySelectorAll(".menu-with-sub").forEach(menu => {
menu.querySelector("a").addEventListener("click", () => {