about summary refs log tree commit diff
path: root/src/librustdoc/html/render
diff options
context:
space:
mode:
authorJacob Hoffman-Andrews <github@hoffman-andrews.com>2021-12-04 11:19:33 -0800
committerJacob Hoffman-Andrews <github@hoffman-andrews.com>2021-12-04 19:56:09 -0800
commite1ff02bb818fc85b0820bc989cd7fa64dd1e4300 (patch)
treeda973e7b7cd6a3cb9ecbed644f0b383e4b72999d /src/librustdoc/html/render
parentefec545293b9263be9edfb283a7aa66350b3acbf (diff)
downloadrust-e1ff02bb818fc85b0820bc989cd7fa64dd1e4300.tar.gz
rust-e1ff02bb818fc85b0820bc989cd7fa64dd1e4300.zip
Make rustdoc headings black, and markdown blue
Diffstat (limited to 'src/librustdoc/html/render')
-rw-r--r--src/librustdoc/html/render/print_item.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/render/print_item.rs b/src/librustdoc/html/render/print_item.rs
index e139ac8581e..1691de93bdd 100644
--- a/src/librustdoc/html/render/print_item.rs
+++ b/src/librustdoc/html/render/print_item.rs
@@ -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,