This commit is contained in:
nelle 2024-09-03 16:06:59 -06:00
parent 605ac71e2f
commit e4be45c289
2 changed files with 2 additions and 12 deletions

View file

@ -2,5 +2,6 @@
"cSpell.words": [
"bsod",
"kanban"
]
],
"compile-hero.disable-compile-files-on-did-save-code": true
}

View file

@ -1,20 +1,9 @@
// IF YOU EDIT ANYTHING IN HERE DONT FORGET TO EDIT THE SCRIPT IN LAYOUT.ASTRO BECAUSE FUCK ME
function onload() {
if (sessionStorage.getItem("sgaEnabled")) {
enableSGA();
}
}
/*
// IF YOU EDIT ANYTHING IN HERE DONT FORGET TO EDIT THE SCRIPT IN SGA.JS BECAUSE FUCK ME
if (sessionStorage.getItem("sgaEnabled")) {
document.getElementById("body").style.fontFamily =
"standardGalactic, system-ui";
sessionStorage.setItem("sgaEnabled", 1);
console.debug(sessionStorage.getItem("sgaEnabled"));
}
*/
function enableSGA() {
document.getElementById("body").style.fontFamily =
"standardGalactic, system-ui";