Fix pagetoc inactive color in rustc book

This commit is contained in:
Urgau 2025-05-20 20:03:17 +02:00
parent 6cab15c1ae
commit b8732aaa4d

View file

@ -49,7 +49,7 @@
}
#pagetoc a {
border-left: 1px solid var(--sidebar-bg);
color: var(--sidebar-fg) !important;
color: var(--fg);
display: block;
padding-bottom: 5px;
padding-top: 5px;