Skip to content
Snippets Groups Projects
Commit 9773d8e6 authored by Xingan Zhao's avatar Xingan Zhao
Browse files

fix:side navbar

parent 8b737616
No related branches found
No related tags found
No related merge requests found
...@@ -540,7 +540,7 @@ footer a:hover { ...@@ -540,7 +540,7 @@ footer a:hover {
top: 200px; top: 200px;
left: 0; left: 0;
height: auto; height: auto;
background-color: rgb(245, 245, 220); background-color: rgba(245, 245, 220,0);
padding: 20px; padding: 20px;
/* box-shadow: 2px 0 5px rgba(0,0,0,0.1); */ /* box-shadow: 2px 0 5px rgba(0,0,0,0.1); */
/* margin-top: 500px; */ /* margin-top: 500px; */
...@@ -564,7 +564,7 @@ footer a:hover { ...@@ -564,7 +564,7 @@ footer a:hover {
} }
.side-navbar .nav-link.notActive { .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; cursor: url('https://static.igem.wiki/teams/5378/image/dg-pointer2.png') 18 18, pointer;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment