diff --git a/code/ress/logo_clair.png b/code/ress/logo_clair.png index 15d0f97..3fcf7aa 100644 Binary files a/code/ress/logo_clair.png and b/code/ress/logo_clair.png differ diff --git a/code/ress/logo_dark.png b/code/ress/logo_dark.png index 38708bc..56f2dfb 100644 Binary files a/code/ress/logo_dark.png and b/code/ress/logo_dark.png differ diff --git a/code/themeSwitcher.js b/code/themeSwitcher.js index 11ea195..c295adf 100644 --- a/code/themeSwitcher.js +++ b/code/themeSwitcher.js @@ -1,6 +1,7 @@ var light= (getCookie("light")=="" ? true : getCookie("light")); document.getElementById("light").width=size/4; +document.getElementById("logo").width=size*2; function switchLight() { light=(light=="true" ? "false" : "true");