Fix code blocks color in ayu theme

This commit is contained in:
Guillaume Gomez 2021-08-28 11:43:21 +02:00
parent ac50a53359
commit 1c3aedd23a
2 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,7 @@ h4 {
.code-header {
color: #e6e1cf;
}
pre > code {
.docblock pre > code, pre > code {
color: #e6e1cf;
}
span code {

View File

@ -25,6 +25,8 @@ use std::fmt;
/// ```ignore (it's a test)
/// Let's say I'm just some text will ya?
/// ```
///
/// An inlined `code`!
pub fn foo() {}
/// Just a normal struct.