Make rustdoc headings black, and markdown blue
This commit is contained in:
parent
efec545293
commit
e1ff02bb81
5 changed files with 16 additions and 7 deletions
|
|
@ -296,7 +296,7 @@ fn item_module(w: &mut Buffer, cx: &Context<'_>, item: &clean::Item, items: &[cl
|
|||
let (short, name) = item_ty_to_strs(myty.unwrap());
|
||||
write!(
|
||||
w,
|
||||
"<h2 id=\"{id}\" class=\"section-header\">\
|
||||
"<h2 id=\"{id}\" class=\"small-section-header\">\
|
||||
<a href=\"#{id}\">{name}</a>\
|
||||
</h2>\n{}",
|
||||
ITEM_TABLE_OPEN,
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@ a {
|
|||
a.srclink,
|
||||
a#toggle-all-docs,
|
||||
a.anchor,
|
||||
.section-header a,
|
||||
.small-section-header a,
|
||||
#source-sidebar a,
|
||||
pre.rust a,
|
||||
.sidebar a,
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@ a {
|
|||
a.srclink,
|
||||
a#toggle-all-docs,
|
||||
a.anchor,
|
||||
.section-header a,
|
||||
.small-section-header a,
|
||||
#source-sidebar a,
|
||||
pre.rust a,
|
||||
.sidebar a,
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@ a {
|
|||
a.srclink,
|
||||
a#toggle-all-docs,
|
||||
a.anchor,
|
||||
.section-header a,
|
||||
.small-section-header a,
|
||||
#source-sidebar a,
|
||||
pre.rust a,
|
||||
.sidebar a,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue