Nicer colours

This commit is contained in:
Nicolas A. Tonne
2015-05-06 16:19:29 +02:00
parent 07eeeb4cc2
commit 0766b57e87

View File

@@ -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);
}