From 535112f1ebe1879faee2dc7a5b57349723023683 Mon Sep 17 00:00:00 2001 From: Shraddha <shraddharaghuram@student.tudelft.nl> Date: Wed, 21 Aug 2024 09:09:00 +0000 Subject: [PATCH] remove change --- wiki/menu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/menu.html b/wiki/menu.html index b571ef9..8f6a82a 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 = "#185A4F"; + items[i].children[0].style.color = "#62D881"; } - el.children[0].style.color = "#62D881"; + el.children[0].style.color = "#185A4F"; if (el.children.length > 1){ let son = el.children[1]; if (getComputedStyle(son,null)["display"]=="none"){ -- GitLab