diff options
| author | Urgau <urgau@numericable.fr> | 2025-05-20 20:03:17 +0200 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2025-05-20 20:03:17 +0200 |
| commit | b8732aaa4d5af1c5a287e2baac38dc1e4d41c56e (patch) | |
| tree | c1194137fdfda964dca4d535d75cdaf5d370efe4 /src/doc | |
| parent | 6cab15c1aef39456d86ce51be6096088cb2ef1da (diff) | |
| download | rust-b8732aaa4d5af1c5a287e2baac38dc1e4d41c56e.tar.gz rust-b8732aaa4d5af1c5a287e2baac38dc1e4d41c56e.zip | |
Fix pagetoc inactive color in rustc book
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc/theme/pagetoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/theme/pagetoc.css b/src/doc/rustc/theme/pagetoc.css index 58ca1f8b26f..fa709194f37 100644 --- a/src/doc/rustc/theme/pagetoc.css +++ b/src/doc/rustc/theme/pagetoc.css @@ -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; |
