mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:41:08 +08:00
docs/css: Make h4s visible
Otherwise this just looks like normal text. Same size as h3 for now, we might want to think about another indicator - underlines? background color?
This commit is contained in:
parent
494615891b
commit
02e11773ad
|
@ -352,7 +352,7 @@ div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
|
|||
padding: 0.3em 0;
|
||||
}
|
||||
|
||||
div.body h3 {
|
||||
div.body h3, div.body h4 {
|
||||
font-size: 140%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user