mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-19 03:02:45 +08:00
docs: Make some background-colors dependent
This is so we can more easily change the background.
This commit is contained in:
parent
8e51123574
commit
884768dded
|
@ -61,7 +61,6 @@ form.inline-search input[type="submit"] {
|
|||
}
|
||||
|
||||
div.sphinxsidebar {
|
||||
background-color: #eeeefa;
|
||||
border-right: 1px solid #ccc;
|
||||
border-radius: 0px;
|
||||
line-height: 130%;
|
||||
|
@ -180,8 +179,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;
|
||||
/* Older sphinx versions set a color here, we need to inherit it from the outer div.highlight */
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
div.body tt, div.body code {
|
||||
|
|
Loading…
Reference in New Issue
Block a user