From de3983bde993f7cc1047cba38ec21d9b91719088 Mon Sep 17 00:00:00 2001
From: arezou <git@gitlab.tugraz.at>
Date: Tue, 7 Jan 2025 13:03:51 +0100
Subject: [PATCH] changed color

---
 cssfile/main.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cssfile/main.css b/cssfile/main.css
index 0e82d70..0a1a8d6 100644
--- a/cssfile/main.css
+++ b/cssfile/main.css
@@ -24,7 +24,7 @@
     }
 }
 .parent:hover {
-    background-color: greenyellow;
+    background-color: yellow;
     border-radius: 50px 0 50px 0;
 }
 .parent:hover .child{
-- 
GitLab