mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
docs: Fix code-block background in old sphinxen
Apparently they set a background-color for these, when we just want them to inherit the background-color from the highlight div. [ci skip]
This commit is contained in:
parent
3a59958f98
commit
48e274591a
1 changed files with 2 additions and 0 deletions
|
@ -138,6 +138,8 @@ div.body a:hover {
|
|||
tt, code, pre {
|
||||
font-family: monospace, sans-serif;
|
||||
font-size: 96.5%;
|
||||
/* Older sphinx versions set a color here, we need to unset it so we inherit from the outer div.highlight */
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
div.body tt, div.body code {
|
||||
|
|
Loading…
Reference in a new issue