main #8

Closed
limepotato wants to merge 183 commits from main into blog-drafts
Showing only changes of commit 997a7cdc47 - Show all commits

View file

@ -8,14 +8,12 @@ function enableSGA() {
document.getElementById("body").style.fontFamily =
"standardGalactic, system-ui";
sessionStorage.setItem("sgaEnabled", 1);
console.debug(sessionStorage.getItem("sgaEnabled"));
}
function disableSGA() {
document.getElementById("body").style.fontFamily =
"departure-mono, system-ui";
sessionStorage.removeItem("sgaEnabled");
console.debug(sessionStorage.getItem("sgaEnabled"));
}
function toggleTheme() {