Skip to content

Commit

Permalink
fix incorrect nest
Browse files Browse the repository at this point in the history
  • Loading branch information
xavortm committed Aug 22, 2024
1 parent 1d7f25b commit b773308
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/css/toc.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
padding: var(--ifm-menu-link-padding-vertical) var(--ifm-menu-link-padding-horizontal);
text-decoration: none;
border-radius: .5rem;
}

.table-of-contents:hover {
color: var(--ifm-color-primary);
text-decoration: underline;
}
.table-of-contents:hover {
color: var(--ifm-color-primary);
text-decoration: underline;
}

.table-of-contents .table-of-contents__link--active {
Expand Down

0 comments on commit b773308

Please sign in to comment.