mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-19 06:02:45 +08:00
docs: Deduplicate some styles
This commit is contained in:
parent
843c9383aa
commit
1fed36d005
|
@ -42,7 +42,9 @@ div.section {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
div.related a:hover {
|
||||
div.related a:hover,
|
||||
div.footer a:hover,
|
||||
div.sphinxsidebar a:hover {
|
||||
color: #0095C4;
|
||||
}
|
||||
|
||||
|
@ -116,10 +118,6 @@ div.sphinxsidebarwrapper > ul > li > ul > li {
|
|||
margin-bottom: 0.4em;
|
||||
}
|
||||
|
||||
div.sphinxsidebar a:hover {
|
||||
color: #0095C4;
|
||||
}
|
||||
|
||||
form.inline-search input,
|
||||
div.sphinxsidebar input {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
|
@ -243,10 +241,6 @@ div.footer {
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
div.footer a:hover {
|
||||
color: #0095C4;
|
||||
}
|
||||
|
||||
.refcount {
|
||||
color: #060;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user