mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-17 22:29:17 +00:00
Merge pull request 'Change TOC links font weight in docs' (#89) from nevfy/selfprivacy.org:fix-docs-nav into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org/pulls/89 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
be0e968260
|
@ -9,6 +9,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.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 !important;
|
||||
}
|
||||
|
||||
.td-toc ul {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue