From 0766b57e87b3127963c1d3b519ded42fe1b45cc3 Mon Sep 17 00:00:00 2001 From: "Nicolas A. Tonne" Date: Wed, 6 May 2015 16:19:29 +0200 Subject: [PATCH] Nicer colours --- static/js/youtube.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/youtube.js b/static/js/youtube.js index b76e96b4..aeb05996 100755 --- a/static/js/youtube.js +++ b/static/js/youtube.js @@ -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); }