Merge pull request #1085 from Jayd-Rubies/main

🍝
This commit is contained in:
slweeb 2025-04-23 21:36:21 -04:00 committed by GitHub
commit e6e38d8dd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
document.body.style.backgroundImage = 'url("https://jayd-rubies.github.io/image/uwuify.png")';
document.body.style.backgroundSize = 'cover';
gameDiv.style.border = "1px solid #ffffff00";
var statsbar = document.getElementById("stats");
var stylesheetchangevar = document.querySelector("link[rel=stylesheet]");
stylesheetchangevar.href = "https://jayd-Rubies.github.io/assets/css/UwUstyle.css";
statsbar.style.backgroundColor = 'transparent';
window.addEventListener("load",function(){
document.querySelectorAll(".categoryButton").forEach(e => {
e.style.backgroundColor = "#ffc0cb40";
@ -80,4 +84,4 @@ function pixelColorPick(pixel,customColor=null) {
}
}*/
return color;
}
}