Skip to content

Commit 26c9010

Browse files
authored
Merge pull request #186 from 10up/fix/toc-link-hover
Fix ToC link hover
2 parents cc7e5b0 + 8173a27 commit 26c9010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/toc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
border-radius: .5rem;
1717
}
1818

19-
.table-of-contents:hover {
19+
.table-of-contents a:hover {
2020
color: var(--ifm-color-primary);
2121
text-decoration: underline;
2222
}

0 commit comments

Comments
 (0)