fix: header link hover

pull/105/head
nevfy 2024-02-04 18:44:58 +04:00
parent 3e2c596d5a
commit be1e35cef5
1 changed files with 6 additions and 2 deletions

View File

@ -7,11 +7,15 @@
.nav-link { .nav-link {
color: $secondary !important; color: $secondary !important;
font-weight: 600; font-weight: 600;
border-radius: 5px;
} }
.nav-link:hover, .nav-link.active{ .nav-link:hover {
background-color: #61616177;
}
.nav-link.active{
background-color: #616161; background-color: #616161;
color: white; color: white;
border-radius: 5px;
} }
} }