Navbar improved
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user