diff options
| author | Camelid <camelidcamel@gmail.com> | 2020-09-07 13:54:31 -0700 |
|---|---|---|
| committer | Camelid <camelidcamel@gmail.com> | 2020-09-07 13:57:33 -0700 |
| commit | bf09a529eee38a2d2d7de767e018277c01aab774 (patch) | |
| tree | c1557af5071ad53463aa7702572c821ce0f94492 /src/librustdoc/html/static/themes | |
| parent | 9fe551ae49289ce6f693ca0dabf4c9c15164f67d (diff) | |
| download | rust-bf09a529eee38a2d2d7de767e018277c01aab774.tar.gz rust-bf09a529eee38a2d2d7de767e018277c01aab774.zip | |
rustdoc: Fix font CSS for crate lists
I had put it in the wrong file in #76126. This should fix it now. Thank you to @ollie27 for pointing this out!
Diffstat (limited to 'src/librustdoc/html/static/themes')
| -rw-r--r-- | src/librustdoc/html/static/themes/ayu.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustdoc/html/static/themes/ayu.css b/src/librustdoc/html/static/themes/ayu.css index b4571018270..f910bfffc22 100644 --- a/src/librustdoc/html/static/themes/ayu.css +++ b/src/librustdoc/html/static/themes/ayu.css @@ -178,9 +178,6 @@ pre { .content span.externcrate, .content span.mod, .content a.mod { color: #acccf9; } -.content ul.crate a.crate { - font: 16px/1.6 "Fira Sans"; -} .content span.struct, .content a.struct { color: #ffa0a5; } |
