Skip to content

Commit b8732aa

Browse files
committed
Fix pagetoc inactive color in rustc book
1 parent 6cab15c commit b8732aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/theme/pagetoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050
#pagetoc a {
5151
border-left: 1px solid var(--sidebar-bg);
52-
color: var(--sidebar-fg) !important;
52+
color: var(--fg);
5353
display: block;
5454
padding-bottom: 5px;
5555
padding-top: 5px;

0 commit comments

Comments
 (0)