From cd0e56d9acb02de0e3e1e9271ed103fd47cb99d0 Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Wed, 21 Aug 2024 09:10:13 +0000
Subject: [PATCH] color change

---
 wiki/menu.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wiki/menu.html b/wiki/menu.html
index 8f6a82a..b571ef9 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"){
-- 
GitLab