Changed buttons back to #2d2d2d color

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-12 18:27:56 +01:00
parent 982586dadb
commit 8d2aa62bf7
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -212,8 +212,8 @@ var Youtube = {
var color = colorThief.getColor(img); var color = colorThief.getColor(img);
document.getElementsByTagName("body")[0].style.backgroundColor = Helper.rgbToHsl(color); document.getElementsByTagName("body")[0].style.backgroundColor = Helper.rgbToHsl(color);
document.getElementById("top-button").style.backgroundColor = Helper.rgbToHsl(color); /*document.getElementById("top-button").style.backgroundColor = Helper.rgbToHsl(color);
document.getElementById("bottom-button").style.backgroundColor = Helper.rgbToHsl(color); document.getElementById("bottom-button").style.backgroundColor = Helper.rgbToHsl(color);*/
$("meta[name=theme-color]").attr("content", Helper.rgbToHex(color[0], color[1], color[2])); $("meta[name=theme-color]").attr("content", Helper.rgbToHex(color[0], color[1], color[2]));
}; };