From 9773d8e60e9bcbb21114934ad071a0df432a46c8 Mon Sep 17 00:00:00 2001
From: Xingan Zhao <2081098605@qq.com>
Date: Tue, 1 Oct 2024 15:13:50 +0800
Subject: [PATCH] fix:side navbar

---
 src/containers/App/App.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/containers/App/App.css b/src/containers/App/App.css
index 78114e9..577a86c 100644
--- a/src/containers/App/App.css
+++ b/src/containers/App/App.css
@@ -540,7 +540,7 @@ footer a:hover {
   top: 200px;
   left: 0;
   height: auto;
-  background-color: rgb(245, 245, 220);
+  background-color: rgba(245, 245, 220,0);
   padding: 20px;
   /* box-shadow: 2px 0 5px rgba(0,0,0,0.1); */
   /* margin-top: 500px; */
@@ -564,7 +564,7 @@ footer a:hover {
 }
 
 .side-navbar .nav-link.notActive {
-  background-color: rgb(245, 245, 220);
+  background-color: rgba(245, 245, 220,0);
   cursor: url('https://static.igem.wiki/teams/5378/image/dg-pointer2.png') 18 18, pointer;
 }
 
-- 
GitLab