mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Make h1 distinguishable from h2 (#4522)
This commit is contained in:
parent
d769b2ac40
commit
45fc499a91
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||
h1 {
|
||||
margin: 1.6rem 0 1rem 0;
|
||||
font-weight: 700;
|
||||
font-size: 1.7rem;
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
h2 {
|
||||
margin: 1.6rem 0 1rem 0;
|
||||
|
|
Loading…
Reference in a new issue