mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-17 22:29:17 +00:00
fix: header link hover
This commit is contained in:
parent
3e2c596d5a
commit
be1e35cef5
|
@ -7,11 +7,15 @@
|
|||
.nav-link {
|
||||
color: $secondary !important;
|
||||
font-weight: 600;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.nav-link:hover, .nav-link.active{
|
||||
.nav-link:hover {
|
||||
background-color: #61616177;
|
||||
}
|
||||
|
||||
.nav-link.active{
|
||||
background-color: #616161;
|
||||
color: white;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue