Fix code blocks color in ayu theme
This commit is contained in:
parent
ac50a53359
commit
1c3aedd23a
@ -40,7 +40,7 @@ h4 {
|
||||
.code-header {
|
||||
color: #e6e1cf;
|
||||
}
|
||||
pre > code {
|
||||
.docblock pre > code, pre > code {
|
||||
color: #e6e1cf;
|
||||
}
|
||||
span code {
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user