mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
fix: header link hover
This commit is contained in:
parent
3e2c596d5a
commit
be1e35cef5
|
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue