-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
Steps to reproduce:
- Run
rustdoc foo.rs
on the following file:
/// # Foo
/// ## Foo
/// ### Bar
/// #### Baz
pub fn blah(){}
- Open doc/foo/fn.blah.html in a browser (in light mode).
Expected results: all horizontal lines under headings have the same grey color.
Actual results: the horizontal line under h3, h4, and h5 is black.
Metadata
Metadata
Assignees
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.