change nav hover and active states

This commit is contained in:
nevfy 2024-01-22 22:27:29 +04:00
parent 9834547483
commit e24346b93c
1 changed files with 6 additions and 0 deletions

View File

@ -5,8 +5,14 @@
display: none;
}
.nav-link {
color: $secondary !important;
font-weight: 600;
}
.nav-link:hover, .nav-link.active{
background-color: #616161;
color: white;
border-radius: 5px;
}
}
@media (min-width: 768px) {