link
This commit is contained in:
parent
0b8cae18c6
commit
d590c16697
4 changed files with 19 additions and 6 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue