réduction de la taille du logo + gemmes plus nettes

master
adplantade 5 years ago
parent 55f66ab74f
commit 8c930c7904

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 15 KiB

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

Loading…
Cancel
Save