Navbar improved

This commit is contained in:
mipel
2021-07-02 15:08:51 +02:00
parent 049d47c5f8
commit a8b3bdb56e
2 changed files with 23 additions and 16 deletions

View File

@@ -47,7 +47,10 @@ nav{
}
.menu-elem{
/*
border-left: 1px solid white;
*/
margin: 0 0 0 0.75rem;
}
.menu-elem:hover{
@@ -59,4 +62,7 @@ nav{
.nav-btn{
color: white;
padding: 0.5rem;
}
.nav-btn:hover{
color: var(--rlp-gray-light);
}