Skip to content

Commit 893c626

Browse files
Use sans-serif font for the "all items" page links
1 parent 2acf6ee commit 893c626

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ h3.impl, h3.method, h3.type {
122122
h1, h2, h3, h4,
123123
.sidebar, a.source, .search-input, .content table td:first-child > a,
124124
.collapse-toggle, div.item-list .out-of-band,
125-
#source-sidebar, #sidebar-toggle {
125+
#source-sidebar, #sidebar-toggle,
126+
/* This selector is for the items listed in the "all items" page. */
127+
#main > ul.docblock > li > a {
126128
font-family: "Fira Sans", sans-serif;
127129
}
128130

0 commit comments

Comments
 (0)