From 28cc944530420bb3b1fc2dc96e2a8f433a41c6e4 Mon Sep 17 00:00:00 2001 From: Who? Me?! Date: Mon, 19 Nov 2018 15:50:24 -0600 Subject: [PATCH] Reduce the amount of bold text at doc.rust-lang.org --- src/doc/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/doc/index.md b/src/doc/index.md index 33ee76739c5b2..b79a349a453b6 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -21,6 +21,9 @@ nav { #search-but:hover, #search-input:focus { border-color: #55a9ff; } +h2 { + font-size: 18px; +} Welcome to an overview of the documentation provided by the Rust project.