mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-26 14:40:32 +00:00
Fixed website inline code background
This commit is contained in:
parent
cbde4f2c67
commit
7e90bb671a
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
||||||
opacity: 30%;
|
opacity: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
p > code {
|
:not(pre) > code {
|
||||||
color: var(--inline-code-color);
|
color: var(--inline-code-color);
|
||||||
background-color: var(--inline-code-bg);
|
background-color: var(--inline-code-bg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue