Navbar improved

This commit is contained in:
mipel
2021-07-02 15:21:53 +02:00
parent a8b3bdb56e
commit b59b9839ff
2 changed files with 14 additions and 16 deletions

View File

@@ -47,22 +47,20 @@ nav{
}
.menu-elem{
/*
border-left: 1px solid white;
*/
margin: 0 0 0 0.75rem;
}
.menu-elem:hover{
/*
background-color: var(--rlp-gray-light);
*/
}
.nav-btn{
color: white;
padding: 0.5rem;
}
.nav-btn:hover{
color: var(--rlp-gray-light);
}
.navbar-dark .navbar-nav .nav-link{
/*
Overwrites bootstrap default nav-link colouring
*/
color: white;
}