mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 21:36:42 +00:00
fix: TOC links font weight
This commit is contained in:
parent
14d7717a1f
commit
4d3d5449c4
|
@ -9,8 +9,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.td-sidebar-nav .td-sidebar-link__page,
|
||||||
|
ul.ul-2>.td-sidebar-nav__section-title a {
|
||||||
|
color: #616161 !important;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.ul-2>.td-sidebar-nav__section-title a:hover {
|
||||||
|
color: $blue;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.td-sidebar {
|
.td-sidebar {
|
||||||
|
|
Loading…
Reference in a new issue