Skip to content

Commit

Permalink
Use sans-serif font for the "all items" page links
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Dec 29, 2020
1 parent 2acf6ee commit 893c626
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/librustdoc/html/static/rustdoc.css
Expand Up @@ -122,7 +122,9 @@ h3.impl, h3.method, h3.type {
h1, h2, h3, h4,
.sidebar, a.source, .search-input, .content table td:first-child > a,
.collapse-toggle, div.item-list .out-of-band,
#source-sidebar, #sidebar-toggle {
#source-sidebar, #sidebar-toggle,
/* This selector is for the items listed in the "all items" page. */
#main > ul.docblock > li > a {
font-family: "Fira Sans", sans-serif;
}

Expand Down

0 comments on commit 893c626

Please sign in to comment.