Skip to content

Commit 36a4abf

Browse files
Rollup merge of rust-lang#56080 - mark-i-m:patch-2, r=steveklabnik
Reduce the amount of bold text at doc.rlo Currently, all of the text is either huge or small. IMHO this is hard to read, so I propose that we make the second-level headings smaller, without making them any less prominent. # Before: ![image](https://user-images.githubusercontent.com/8827840/48737315-50447e80-ec13-11e8-8243-6211dbba1aa1.png) # After: ![image](https://user-images.githubusercontent.com/8827840/48737258-32771980-ec13-11e8-814e-e7851954c05a.png)
2 parents 5d395ad + 28cc944 commit 36a4abf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/doc/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ nav {
2121
#search-but:hover, #search-input:focus {
2222
border-color: #55a9ff;
2323
}
24+
h2 {
25+
font-size: 18px;
26+
}
2427
</style>
2528

2629
Welcome to an overview of the documentation provided by the Rust project.

0 commit comments

Comments
 (0)