mirror of
https://github.com/chrislgarry/Apollo-11.git
synced 2025-02-13 16:24:37 +00:00
Update gh-pages (#930)
Remove `console.log` (which was presumably used for debugging, but not needed now)
This commit is contained in:
parent
01ad54a5b7
commit
4a2cf773a8
1 changed files with 0 additions and 2 deletions
|
@ -31,6 +31,4 @@ function lightDark(s) {
|
||||||
root.style.setProperty("--link-color", lightLink);
|
root.style.setProperty("--link-color", lightLink);
|
||||||
root.style.setProperty("--bg-color", lightBG);
|
root.style.setProperty("--bg-color", lightBG);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(darkMode);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue