fix: TOC links font weight

This commit is contained in:
nevfy 2024-01-29 02:54:14 +04:00
parent 14d7717a1f
commit 4d3d5449c4
1 changed files with 8 additions and 1 deletions

View File

@ -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) {
.td-sidebar {