main #8
2 changed files with 2 additions and 12 deletions
3
astro/.vscode/settings.json
vendored
3
astro/.vscode/settings.json
vendored
|
@ -2,5 +2,6 @@
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"bsod",
|
"bsod",
|
||||||
"kanban"
|
"kanban"
|
||||||
]
|
],
|
||||||
|
"compile-hero.disable-compile-files-on-did-save-code": true
|
||||||
}
|
}
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue