mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
css: Use same font for headers
For some reason classic.css gives these a special font. Let's just pick the body font again.
This commit is contained in:
parent
7a3594d840
commit
e27456df24
|
@ -125,6 +125,7 @@ div#searchbox {
|
|||
|
||||
div.sphinxsidebar h3, div.sphinxsidebar h4 {
|
||||
margin-top: 1em;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
div.sphinxsidebarwrapper > h3:first-child {
|
||||
|
@ -165,6 +166,7 @@ div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
|
|||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0.3em 0;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
div.body hr {
|
||||
|
|
Loading…
Reference in New Issue
Block a user