main #8

Closed
limepotato wants to merge 183 commits from main into blog-drafts
2 changed files with 2 additions and 12 deletions
Showing only changes of commit e4be45c289 - Show all commits

View file

@ -2,5 +2,6 @@
"cSpell.words": [ "cSpell.words": [
"bsod", "bsod",
"kanban" "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() { function onload() {
if (sessionStorage.getItem("sgaEnabled")) { if (sessionStorage.getItem("sgaEnabled")) {
enableSGA(); 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() { function enableSGA() {
document.getElementById("body").style.fontFamily = document.getElementById("body").style.fontFamily =
"standardGalactic, system-ui"; "standardGalactic, system-ui";