mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Nicer colours
This commit is contained in:
@@ -231,7 +231,7 @@ function readyLooks()
|
||||
|
||||
function setBGimage(id){
|
||||
var hsl=[getRandomInt(0,360), getRandomInt(60,80)]
|
||||
var colorTxt = "hsl("+hsl[0]+", "+hsl[1]+"%, 40%);";
|
||||
var colorTxt = "hsl("+hsl[0]+", 50%, 30%);";
|
||||
$("body").css("background-color", colorTxt);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user