diff --git a/src/containers/App/App.css b/src/containers/App/App.css index 78114e9d8ed7b013a075bbf6f5c7c93915b6543e..577a86c26774569faf5fc58fe074950387544d1a 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; }