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:
Inex Code 2024-01-29 17:31:13 +02:00
commit be0e968260
1 changed files with 10 additions and 0 deletions

View File

@ -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;
}