Rollup merge of #87861 - tsoutsman:patch-1, r=GuillaumeGomez

Fix heading colours in Ayu theme

Closes #87828
The issue seems to stem from #87210 where code headings were changed from a heading containing a `code` element to a heading with the `code-header` class. `rustdoc.css` was updated, but `ayu.css` was missed.
This commit is contained in:
Yuki Okushi 2021-08-11 04:18:40 +09:00 committed by GitHub
commit deee28a14d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ h4 {
.docblock code {
color: #ffb454;
}
h3 > code, h4 > code, h5 > code {
.code-header {
color: #e6e1cf;
}
pre > code {