mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
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:
@@ -37,7 +37,7 @@ h4 {
|
||||
.docblock code {
|
||||
color: #ffb454;
|
||||
}
|
||||
h3 > code, h4 > code, h5 > code {
|
||||
.code-header {
|
||||
color: #e6e1cf;
|
||||
}
|
||||
pre > code {
|
||||
|
||||
Reference in New Issue
Block a user