diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-11-19 15:50:24 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-19 15:50:24 -0600 |
| commit | 28cc944530420bb3b1fc2dc96e2a8f433a41c6e4 (patch) | |
| tree | 23d20269f8c821d124fb397c625955b404ceca12 /src/doc | |
| parent | 39852cae2b7486a7fb15a90866b9ad0b7bb7615d (diff) | |
| download | rust-28cc944530420bb3b1fc2dc96e2a8f433a41c6e4.tar.gz rust-28cc944530420bb3b1fc2dc96e2a8f433a41c6e4.zip | |
Reduce the amount of bold text at doc.rust-lang.org
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/index.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index 33ee76739c5..b79a349a453 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; +} </style> Welcome to an overview of the documentation provided by the Rust project. |
