mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
change nav hover and active states
This commit is contained in:
parent
9834547483
commit
e24346b93c
|
@ -5,8 +5,14 @@
|
|||
display: none;
|
||||
}
|
||||
.nav-link {
|
||||
color: $secondary !important;
|
||||
font-weight: 600;
|
||||
}
|
||||
.nav-link:hover, .nav-link.active{
|
||||
background-color: #616161;
|
||||
color: white;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
|
Loading…
Reference in a new issue