mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
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:
commit
deee28a14d
@ -37,7 +37,7 @@ h4 {
|
||||
.docblock code {
|
||||
color: #ffb454;
|
||||
}
|
||||
h3 > code, h4 > code, h5 > code {
|
||||
.code-header {
|
||||
color: #e6e1cf;
|
||||
}
|
||||
pre > code {
|
||||
|
Loading…
Reference in New Issue
Block a user