Update manyMoreThemes.js

This commit is contained in:
Jayd-Rubies 2025-05-17 20:46:54 -04:00 committed by GitHub
parent 42f0e2c043
commit a4c2c1c2ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@ dependOn("betterSettings.js", () => {
const link = document.createElement("link");
link.rel = "stylesheet";
link.type = "text/css";
link.href = "./mods/stardust.css";
link.href = "https://jayd-rubies.github.io/assets/css/stardust.css";
document.head.appendChild(link);
document.body.style.backgroundImage = 'url("./mods/2025_05_16_0x5_Kleki.png")';
document.body.style.backgroundImage = 'url("https://jayd-rubies.github.io/assets/image/2025_05_16_0x5_Kleki.png")';
document.body.style.backgroundSize = 'cover';
window.addEventListener("load",function(){;
document.querySelectorAll(".categoryButton").forEach(e => {
@ -64,4 +64,4 @@ settings.bg = "transparernt";
// drawCursor()
// }
// }) ¯\_(ツ)_/¯
// i'll figure it out later
// i'll figure it out later