release
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
let sAlert = window.parent.sAlert;
|
||||
|
||||
function setBackground() {
|
||||
let randomNumbers = [100-Math.abs(Math.floor(Math.random() * 200) - 99), 100-Math.abs(Math.floor(Math.random() * 200) - 99)];
|
||||
document.body.style.setProperty("--gradient-x", randomNumbers[0] + "%");
|
||||
|
||||
Reference in New Issue
Block a user