mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-17 22:29:17 +00:00
fix: footer hover
This commit is contained in:
parent
be1e35cef5
commit
b48564a58d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue