mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-18 14:49:16 +00:00
fix: tab hover
This commit is contained in:
parent
bb21516e55
commit
24155de39c
|
@ -220,6 +220,14 @@ a.nav-link.sp-coming-soon::after {
|
|||
border: none !important;
|
||||
}
|
||||
|
||||
.nav-tabs a:not(.active).nav-link:hover {
|
||||
background-color: #0d6efd11;
|
||||
}
|
||||
|
||||
.td-content ul li, .td-content ol li {
|
||||
margin-bottom: unset !important;
|
||||
}
|
||||
|
||||
.tab-content div {
|
||||
transition: none;
|
||||
}
|
Loading…
Reference in a new issue