Change TOC links font weight in docs #89

Merged
inex merged 2 commits from nevfy/selfprivacy.org:fix-docs-nav into master 2024-01-29 17:31:14 +02:00
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;
}