mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-27 06:31:19 -03: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user