fix: footer hover

pull/105/head
nevfy 2024-02-04 19:09:59 +04:00
parent be1e35cef5
commit b48564a58d
1 changed files with 14 additions and 1 deletions

View File

@ -10,7 +10,8 @@
border-radius: 5px;
}
.nav-link:hover {
background-color: #61616177;
background-color: #61616144;
transition: background-color 0.2s ease-in-out;
}
.nav-link.active{
@ -32,6 +33,18 @@
padding: .5rem 1.5rem;
}
.sp-footer h2,
.sp-footer h3,
.sp-footer a.nav-link {
padding: 0.3rem 1rem !important;
}
.sp-footer a.nav-link:hover {
background-color: #61616144;
transition: background-color 0.2s ease-in-out;
border-radius: .3rem;
}
.sp-footer a.nav-link span {
width: 2rem;
display: inline-flex;