mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 21:36:42 +00:00
fix: sidebar link active state
This commit is contained in:
parent
041e682cd7
commit
664b2c8898
|
@ -77,6 +77,11 @@
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.td-sidebar-nav-active-item {
|
||||||
|
color: $primary !important;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
.td-sidebar-nav .td-sidebar-link__page,
|
.td-sidebar-nav .td-sidebar-link__page,
|
||||||
ul.ul-2>.td-sidebar-nav__section-title a {
|
ul.ul-2>.td-sidebar-nav__section-title a {
|
||||||
color: #616161 !important;
|
color: #616161 !important;
|
||||||
|
|
Loading…
Reference in a new issue