diff --git a/wiki/menu.html b/wiki/menu.html index a79b4d45ab0b54812b2b9f6291dbd0f7dd9baf64..b571ef9a409f4b01c0725c136d7adefc53db90ce 100644 --- a/wiki/menu.html +++ b/wiki/menu.html @@ -134,9 +134,9 @@ let items = navbar.children; function over(el){ for (i = 0; i < 7; i++){ - items[i].children[0].style.color = "#62D881"; + items[i].children[0].style.color = "#185A4F"; } - el.children[0].style.color = "#185A4F"; + el.children[0].style.color = "#62D881"; if (el.children.length > 1){ let son = el.children[1]; if (getComputedStyle(son,null)["display"]=="none"){ @@ -158,7 +158,7 @@ } function leave(el){ for (i = 0; i < 7; i++){ - items[i].children[0].style.color = "#62D881"; + items[i].children[0].style.color = "#185A4F"; } if (el.children.length > 1){ let son = el.children[1];