From 935e06c8e6eca6f339f0f8990c5c8aaedf79d0c9 Mon Sep 17 00:00:00 2001 From: Shraddha <shraddharaghuram@student.tudelft.nl> Date: Wed, 21 Aug 2024 08:04:24 +0000 Subject: [PATCH] change hover function --- wiki/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/menu.html b/wiki/menu.html index 8f6a82a..3a35a58 100644 --- a/wiki/menu.html +++ b/wiki/menu.html @@ -136,7 +136,7 @@ for (i = 0; i < 7; i++){ items[i].children[0].style.color = "#62D881"; } - el.children[0].style.color = "#185A4F"; + // el.children[0].style.color = "#185A4F"; if (el.children.length > 1){ let son = el.children[1]; if (getComputedStyle(son,null)["display"]=="none"){ -- GitLab