correct highlighting of navbar

This commit is contained in:
2020-06-01 22:11:56 +02:00
parent 060348be9e
commit 3cc5c41a9b
3 changed files with 26 additions and 4 deletions

11
src/css/App.css Normal file
View File

@ -0,0 +1,11 @@
.nav-item{
cursor: pointer;
}
.nav-link{
color: rgba(255,255,255,.5);
font-weight: bold;
}
.nav-link:hover{
color: rgba(255,255,255,1);
}