This commit is contained in:
Marc Beninca 2025-03-28 21:41:36 +01:00
parent 0b8cae18c6
commit d590c16697
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
4 changed files with 19 additions and 6 deletions

View file

@ -1,3 +1,13 @@
// link
const link = document.getElementById("link");
link.addEventListener("click", () => {
document.body.classList.toggle("link");
});
// theme
const button = document.getElementById("theme");
function theme_get() {