mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
docs: Inherit some more background colors
Unfortunately sphinx hardcodes these again in classic.css, and if we want to change them we need to make these the same again.
This commit is contained in:
parent
884768dded
commit
553ce7a006
1 changed files with 7 additions and 1 deletions
|
@ -27,6 +27,7 @@ div.related {
|
|||
padding: 0.5em 0;
|
||||
border-top: 1px solid #ccc;
|
||||
margin-top: 0;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
div.section {
|
||||
|
@ -91,6 +92,11 @@ div.documentwrapper {
|
|||
float: none;
|
||||
}
|
||||
|
||||
div.document, div.body {
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
div#searchbox {
|
||||
/* Cheesy: The padding is on the sphinxsidebar*wrapper*,
|
||||
so if this is the last element the bottom padding won't apply.
|
||||
|
@ -250,7 +256,7 @@ div.footer a:hover {
|
|||
}
|
||||
|
||||
.highlight {
|
||||
background: #FFF !important;
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
dl > dt span ~ em {
|
||||
|
|
Loading…
Reference in a new issue