Fix heading colours in Ayu theme

Closes #87828 
The issue seems to stem from #87210 where code headings were changed from a heading containing code to a heading with the `code-header` class. `rustdoc.css` was updated, but `ayu.css` was missed.
This commit is contained in:
Klim Tsoutsman 2021-08-08 22:35:51 +10:00 committed by GitHub
parent c4c2986c49
commit 9a784894ee
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 {