mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Fix pagetoc inactive color in rustc book
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user